Skip to content

Commit 49e50fd

Browse files
authored
bump oathkeeper to 0.40.9 (#731)
1 parent 9a85f74 commit 49e50fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/charts/oathkeeper/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "v0.40.8"
2+
appVersion: "v0.40.9"
33
description: A Helm chart for deploying ORY Oathkeeper in Kubernetes
44
name: oathkeeper
55
icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-oathkeeper.svg

helm/charts/oathkeeper/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# oathkeeper
22

3-
![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)
3+
![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)
44

55
A Helm chart for deploying ORY Oathkeeper in Kubernetes
66

@@ -67,7 +67,7 @@ A Helm chart for deploying ORY Oathkeeper in Kubernetes
6767
| image.initContainer | object | `{"repository":"busybox","tag":1}` | use a busybox image from another repository |
6868
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
6969
| image.repository | string | `"oryd/oathkeeper"` | ORY Oathkeeper image |
70-
| image.tag | string | `"v0.40.8"` | ORY Oathkeeper version |
70+
| image.tag | string | `"v0.40.9"` | ORY Oathkeeper version |
7171
| imagePullSecrets | list | `[]` | Image pull secrets |
7272
| ingress.api.annotations | object | `{}` | |
7373
| ingress.api.className | string | `""` | |

helm/charts/oathkeeper/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
# -- ORY Oathkeeper image
1515
repository: oryd/oathkeeper
1616
# -- ORY Oathkeeper version
17-
tag: "v0.40.8"
17+
tag: "v0.40.9"
1818
# -- Image pull policy
1919
pullPolicy: IfNotPresent
2020
# -- use a busybox image from another repository

0 commit comments

Comments
 (0)