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

Commit 151663f

Browse files
chore(deps): update oryd/hydra docker tag to v2
1 parent 743a1a6 commit 151663f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ hydra:
208208
image:
209209
repository: oryd/hydra
210210
pullPolicy: Always
211-
tag: "v1.11.10"
211+
tag: "v2.0.3"
212212

213213
imagePullSecrets: []
214214
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)