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 Nov 1, 2023
1 parent fccf965 commit 9b42425
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:2aba8f58b99d8029c7a2d3293675c59f4699427457beaa68e0ec53e35ee7c1b3 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:6cc67f78e0e8295b4fbe055eba0356648f149daf15db9179aa51fcfa9cc131cd

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:7019af22ef7f0b2a8ae93454f1fb71d1e5516791bd0c17d96a0a0a682371d11d
proxy:
image: ghcr.io/dettanym/prose-istio-proxyv2:golang-filter-presidio
image: ghcr.io/dettanym/prose-istio-proxyv2:golang-filter-presidio@sha256:7019af22ef7f0b2a8ae93454f1fb71d1e5516791bd0c17d96a0a0a682371d11d
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:015c3a7753b023e2e7c82a2425673b679011d1b6b0ad7c99367d3124a48a3d74

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

0 comments on commit 9b42425

Please sign in to comment.