Skip to content

Commit ba0df5d

Browse files
committed
Use hydra image with update golang.org/x/crypto
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 44314a0 commit ba0df5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

k8s/cloud/base/ory_auth/hydra/hydra_deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
# yamllint disable-line rule:line-length
6565
value: postgres://$(PL_POSTGRES_USERNAME):$(PL_POSTGRES_PASSWORD)@$(PL_POSTGRES_HOSTNAME):$(PL_POSTGRES_PORT)/$(PL_POSTGRES_DB)?sslmode=disable&max_conns=20&max_idle_conns=4
6666
imagePullPolicy: IfNotPresent
67-
image: ghcr.io/pixie-io/hydra:2.3.0-scratch@sha256:460d7738ec473cd5d74a725221cc629eb03b76f68593194496700c2d43e05b70
67+
image: ghcr.io/pixie-io/hydra:2.3.0-scratch@sha256:cc4503bc8d0f97624e3d6fa004ebda13ef26407b5cc1284191f2958fa93d312c
6868
volumeMounts:
6969
- mountPath: /etc/config/hydra
7070
name: config
@@ -80,7 +80,7 @@ spec:
8080
containers:
8181
- name: server
8282
imagePullPolicy: IfNotPresent
83-
image: ghcr.io/pixie-io/hydra:2.3.0-scratch@sha256:460d7738ec473cd5d74a725221cc629eb03b76f68593194496700c2d43e05b70
83+
image: ghcr.io/pixie-io/hydra:2.3.0-scratch@sha256:cc4503bc8d0f97624e3d6fa004ebda13ef26407b5cc1284191f2958fa93d312c
8484
args:
8585
- serve
8686
- -c

0 commit comments

Comments
 (0)