Skip to content

Commit

Permalink
chore: Update image versions for core components (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere authored Jul 21, 2022
1 parent 4a233e8 commit 314bdbe
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm/charts/hydra/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "v1.10.5"
appVersion: "v1.11.8"
description: A Helm chart for deploying ORY Hydra in Kubernetes
name: hydra
icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-hydra.svg
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/hydra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# -- ORY Hydra image
repository: oryd/hydra
# -- ORY Hydra version
tag: v1.10.5
tag: v1.11.8
# -- Image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion helm/charts/keto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ version: 0.24.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v0.8.0
appVersion: "v0.8.0-alpha.2"
2 changes: 1 addition & 1 deletion helm/charts/keto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# -- Ory KETO version
tag: "v0.8.0-alpha.0"
tag: "v0.8.0-alpha.2"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/kratos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.9.0-alpha.2
appVersion: v0.10.1
description: A ORY Kratos Helm chart for Kubernetes
name: kratos
icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-kratos.svg
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/kratos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
repository: oryd/kratos
# -- ORY KRATOS VERSION
# Alternative format: image: oryd/kratos:v0.6.3-alpha.1
tag: v0.9.0-alpha.2
tag: v0.10.1
pullPolicy: IfNotPresent
# imagePullPolicy: Always

Expand Down
2 changes: 1 addition & 1 deletion helm/charts/oathkeeper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "v0.38.19-beta.1"
appVersion: "v0.39.0"
description: A Helm chart for deploying ORY Oathkeeper in Kubernetes
name: oathkeeper
icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-oathkeeper.svg
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/oathkeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
# -- ORY Oathkeeper image
repository: oryd/oathkeeper
# -- ORY Oathkeeper version
tag: v0.38.19-beta.1
tag: v0.39.0
# -- Image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 314bdbe

Please sign in to comment.