Skip to content

Commit

Permalink
chore: bump oathkeeper to 0.40.8 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere authored Dec 13, 2024
1 parent f2d1b84 commit 60a65d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/charts/hydra-maester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
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.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
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/oathkeeper/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 | `""` | |
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 @@ -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
Expand Down

0 comments on commit 60a65d3

Please sign in to comment.