diff --git a/helm/charts/hydra/Chart.yaml b/helm/charts/hydra/Chart.yaml index 5c5691d52b..b803042832 100644 --- a/helm/charts/hydra/Chart.yaml +++ b/helm/charts/hydra/Chart.yaml @@ -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 diff --git a/helm/charts/hydra/values.yaml b/helm/charts/hydra/values.yaml index 03502de4bf..ecee4da43e 100644 --- a/helm/charts/hydra/values.yaml +++ b/helm/charts/hydra/values.yaml @@ -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 diff --git a/helm/charts/keto/Chart.yaml b/helm/charts/keto/Chart.yaml index 82aae69fe7..3e3b196357 100644 --- a/helm/charts/keto/Chart.yaml +++ b/helm/charts/keto/Chart.yaml @@ -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" diff --git a/helm/charts/keto/values.yaml b/helm/charts/keto/values.yaml index 2867fc59dd..724f62d993 100644 --- a/helm/charts/keto/values.yaml +++ b/helm/charts/keto/values.yaml @@ -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: "" diff --git a/helm/charts/kratos/Chart.yaml b/helm/charts/kratos/Chart.yaml index 130ee5b670..6e5d1a9aff 100644 --- a/helm/charts/kratos/Chart.yaml +++ b/helm/charts/kratos/Chart.yaml @@ -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 diff --git a/helm/charts/kratos/values.yaml b/helm/charts/kratos/values.yaml index 123fc7eec2..7b5907dd11 100644 --- a/helm/charts/kratos/values.yaml +++ b/helm/charts/kratos/values.yaml @@ -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 diff --git a/helm/charts/oathkeeper/Chart.yaml b/helm/charts/oathkeeper/Chart.yaml index da91952886..9b8524f2bc 100644 --- a/helm/charts/oathkeeper/Chart.yaml +++ b/helm/charts/oathkeeper/Chart.yaml @@ -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 diff --git a/helm/charts/oathkeeper/values.yaml b/helm/charts/oathkeeper/values.yaml index 172d5f3431..ee90c938b7 100644 --- a/helm/charts/oathkeeper/values.yaml +++ b/helm/charts/oathkeeper/values.yaml @@ -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