Skip to content

Commit

Permalink
bump oathkeeper to 0.40.9 (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere authored Jan 30, 2025
1 parent 9a85f74 commit 49e50fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.8"
appVersion: "v0.40.9"
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.6](https://img.shields.io/badge/Version-0.50.6-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)
![Version: 0.50.6](https://img.shields.io/badge/Version-0.50.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.40.9](https://img.shields.io/badge/AppVersion-v0.40.9-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.8"` | ORY Oathkeeper version |
| image.tag | string | `"v0.40.9"` | 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.8"
tag: "v0.40.9"
# -- Image pull policy
pullPolicy: IfNotPresent
# -- use a busybox image from another repository
Expand Down

0 comments on commit 49e50fd

Please sign in to comment.