Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Commit 32cd6df

Browse files
Update oryd/hydra Docker tag to v2
1 parent 4489ea5 commit 32cd6df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ hydra:
203203
image:
204204
repository: oryd/hydra
205205
pullPolicy: Always
206-
tag: "v1.11.10"
206+
tag: "v2.0.3"
207207

208208
imagePullSecrets: []
209209
nameOverride: ""

docker/hydra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM oryd/hydra:v1.11.10
1+
FROM oryd/hydra:v2.0.3
22
CMD ["serve", "all", "-c", "/etc/config/hydra/hydra.yml", "--dangerous-force-http"]
33
COPY hydra.yml /etc/config/hydra/hydra.yml

0 commit comments

Comments
 (0)