diff --git a/helm/charts/hydra-maester/Chart.yaml b/helm/charts/hydra-maester/Chart.yaml index 115374487..05b8d99ee 100644 --- a/helm/charts/hydra-maester/Chart.yaml +++ b/helm/charts/hydra-maester/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "v0.0.34" +appVersion: "v0.0.36" description: A Helm chart for Kubernetes name: hydra-maester icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-hydra.svg diff --git a/helm/charts/hydra-maester/README.md b/helm/charts/hydra-maester/README.md index bf179890c..38b05b6ce 100644 --- a/helm/charts/hydra-maester/README.md +++ b/helm/charts/hydra-maester/README.md @@ -1,6 +1,6 @@ # hydra-maester -![Version: 0.50.5](https://img.shields.io/badge/Version-0.50.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.34](https://img.shields.io/badge/AppVersion-v0.0.34-informational?style=flat-square) +![Version: 0.50.5](https://img.shields.io/badge/Version-0.50.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.36](https://img.shields.io/badge/AppVersion-v0.0.36-informational?style=flat-square) A Helm chart for Kubernetes @@ -53,7 +53,7 @@ A Helm chart for Kubernetes | forwardedProto | string | `nil` | | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"oryd/hydra-maester"` | Ory Hydra-maester image | -| image.tag | string | `"v0.0.36-amd64"` | Ory Hydra-maester version | +| image.tag | string | `"v0.0.36"` | Ory Hydra-maester version | | imagePullSecrets | list | `[]` | Image pull secrets | | pdb.enabled | bool | `false` | | | pdb.spec.maxUnavailable | string | `""` | | diff --git a/helm/charts/hydra-maester/values.yaml b/helm/charts/hydra-maester/values.yaml index d9d152d3d..08bc086f4 100644 --- a/helm/charts/hydra-maester/values.yaml +++ b/helm/charts/hydra-maester/values.yaml @@ -12,7 +12,7 @@ image: # -- Ory Hydra-maester image repository: oryd/hydra-maester # -- Ory Hydra-maester version - tag: v0.0.36-amd64 + tag: v0.0.36 # -- Image pull policy pullPolicy: IfNotPresent diff --git a/helm/charts/oathkeeper-maester/Chart.yaml b/helm/charts/oathkeeper-maester/Chart.yaml index 5008300e7..78b4901a3 100644 --- a/helm/charts/oathkeeper-maester/Chart.yaml +++ b/helm/charts/oathkeeper-maester/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "v0.1.8" +appVersion: "v0.1.11" description: A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes name: oathkeeper-maester diff --git a/helm/charts/oathkeeper-maester/README.md b/helm/charts/oathkeeper-maester/README.md index a9224427e..b1eba087a 100644 --- a/helm/charts/oathkeeper-maester/README.md +++ b/helm/charts/oathkeeper-maester/README.md @@ -1,6 +1,6 @@ # oathkeeper-maester -![Version: 0.50.5](https://img.shields.io/badge/Version-0.50.5-informational?style=flat-square) ![AppVersion: v0.1.8](https://img.shields.io/badge/AppVersion-v0.1.8-informational?style=flat-square) +![Version: 0.50.5](https://img.shields.io/badge/Version-0.50.5-informational?style=flat-square) ![AppVersion: v0.1.11](https://img.shields.io/badge/AppVersion-v0.1.11-informational?style=flat-square) A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes @@ -41,7 +41,7 @@ A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes | global.ory.oathkeeper.maester.mode | string | `"controller"` | | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"oryd/oathkeeper-maester"` | ORY Oathkeeper Rule Controller image | -| image.tag | string | `"v0.1.11-amd64"` | ORY Oathkeeper Rule Controller version | +| image.tag | string | `"v0.1.11"` | ORY Oathkeeper Rule Controller version | | imagePullSecrets | list | `[]` | Image pull secrets | | pdb.enabled | bool | `false` | | | pdb.spec.maxUnavailable | string | `""` | | diff --git a/helm/charts/oathkeeper-maester/values.yaml b/helm/charts/oathkeeper-maester/values.yaml index 4d62ca058..69094cc45 100644 --- a/helm/charts/oathkeeper-maester/values.yaml +++ b/helm/charts/oathkeeper-maester/values.yaml @@ -26,7 +26,7 @@ image: # -- ORY Oathkeeper Rule Controller image repository: oryd/oathkeeper-maester # -- ORY Oathkeeper Rule Controller version - tag: "v0.1.11-amd64" + tag: "v0.1.11" # -- Image pull policy pullPolicy: IfNotPresent