Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent fccf965 commit 7dff027
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/prose/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ opa:
repository: ghcr.io/dettanym/prose-opa
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "latest@sha256:465bd136d44831ca0acdcf3ea87ed9f8ec7dbf54df538defe2104d1278994e4b"
service:
type: ClusterIP
port: 8080
Expand All @@ -21,7 +21,7 @@ presidio:
repository: ghcr.io/dettanym/prose-presidio
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "latest@sha256:e6edccd14911bc1ee85193362224a4b925341d4d2a33cbd7b66bd62770fe0d61"
service:
type: ClusterIP
port: 3000
Expand Down
2 changes: 1 addition & 1 deletion docker/istio-proxyv2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 as builder
FROM golang:1.18@sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da as builder

RUN apt-get update \
&& apt-get install -y protobuf-compiler \
Expand Down
4 changes: 2 additions & 2 deletions docker/opa-composer-server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM golang:1.21 as builder
FROM golang:1.21@sha256:6fbd2d3398db924f8d708cf6e94bd3a436bb468195daa6a96e80504e0a9615f2 as builder

WORKDIR /app

COPY ./privacy-profile-composer/ ./

RUN go build -o bin/ ./cmd/opa-composer-server

FROM debian:12-slim
FROM debian:12-slim@sha256:f4a83aa865a2b4a064ff142aa91c713180df9fcb86ce676b5de2981029379c37

WORKDIR /app

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ spec:
global:
imagePullPolicy: Always
proxy_init:
image: ghcr.io/dettanym/prose-istio-proxyv2:golang-filter-presidio
image: ghcr.io/dettanym/prose-istio-proxyv2:golang-filter-presidio@sha256:2ad4ab0946e25c61cec28b5d71ab60dbde293ae01124872fa5cda592ce51e70f
proxy:
image: ghcr.io/dettanym/prose-istio-proxyv2:golang-filter-presidio
image: ghcr.io/dettanym/prose-istio-proxyv2:golang-filter-presidio@sha256:2ad4ab0946e25c61cec28b5d71ab60dbde293ae01124872fa5cda592ce51e70f
meshConfig:
defaultProviders:
tracing:
Expand Down
2 changes: 1 addition & 1 deletion presidio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.9-slim@sha256:cf812ae3e5d0af06b9f7b0be25e5272da48aa4fd360a5e3a1c7dd7c68d70a070

ARG NAME
ARG NLP_CONF_FILE=conf/default.yaml
Expand Down

0 comments on commit 7dff027

Please sign in to comment.