From 93513accee3d85ef1189bafb3f9b0aa98c1262e7 Mon Sep 17 00:00:00 2001 From: Demonsthere Date: Fri, 13 Dec 2024 14:32:49 +0100 Subject: [PATCH] chore: bump oathkeeper to 0.40.8 --- helm/charts/hydra-maester/README.md | 2 +- helm/charts/oathkeeper/Chart.yaml | 2 +- helm/charts/oathkeeper/README.md | 4 ++-- helm/charts/oathkeeper/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/charts/hydra-maester/README.md b/helm/charts/hydra-maester/README.md index 200393f4f..359ac098a 100644 --- a/helm/charts/hydra-maester/README.md +++ b/helm/charts/hydra-maester/README.md @@ -20,7 +20,7 @@ A Helm chart for Kubernetes | deployment.automountServiceAccountToken | bool | `true` | This applications connects to the k8s API and requires the permissions | | deployment.dnsConfig | object | `{}` | Configure pod dnsConfig. | | deployment.extraAnnotations | object | `{}` | Deployment level extra annotations | -| deployment.extraEnv | list | `[]` | Extra environment variables | +| deployment.extraEnv | list | `[]` | To set extra env vars for the container. | | deployment.extraLabels | object | `{}` | Deployment level extra labels | | deployment.extraVolumeMounts | list | `[]` | | | deployment.extraVolumes | list | `[]` | If you want to mount external volume | diff --git a/helm/charts/oathkeeper/Chart.yaml b/helm/charts/oathkeeper/Chart.yaml index fe5678725..02173dcc7 100644 --- a/helm/charts/oathkeeper/Chart.yaml +++ b/helm/charts/oathkeeper/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "v0.40.7" +appVersion: "v0.40.8" 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/README.md b/helm/charts/oathkeeper/README.md index d85c88168..f41d1ff29 100644 --- a/helm/charts/oathkeeper/README.md +++ b/helm/charts/oathkeeper/README.md @@ -1,6 +1,6 @@ # oathkeeper -![Version: 0.50.4](https://img.shields.io/badge/Version-0.50.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.40.7](https://img.shields.io/badge/AppVersion-v0.40.7-informational?style=flat-square) +![Version: 0.50.4](https://img.shields.io/badge/Version-0.50.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.40.8](https://img.shields.io/badge/AppVersion-v0.40.8-informational?style=flat-square) A Helm chart for deploying ORY Oathkeeper in Kubernetes @@ -67,7 +67,7 @@ A Helm chart for deploying ORY Oathkeeper in Kubernetes | image.initContainer | object | `{"repository":"busybox","tag":1}` | use a busybox image from another repository | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"oryd/oathkeeper"` | ORY Oathkeeper image | -| image.tag | string | `"v0.40.7"` | ORY Oathkeeper version | +| image.tag | string | `"v0.40.8"` | ORY Oathkeeper version | | imagePullSecrets | list | `[]` | Image pull secrets | | ingress.api.annotations | object | `{}` | | | ingress.api.className | string | `""` | | diff --git a/helm/charts/oathkeeper/values.yaml b/helm/charts/oathkeeper/values.yaml index a44ed0882..333f14ba2 100644 --- a/helm/charts/oathkeeper/values.yaml +++ b/helm/charts/oathkeeper/values.yaml @@ -14,7 +14,7 @@ image: # -- ORY Oathkeeper image repository: oryd/oathkeeper # -- ORY Oathkeeper version - tag: "v0.40.7" + tag: "v0.40.8" # -- Image pull policy pullPolicy: IfNotPresent # -- use a busybox image from another repository