File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : " v0.40.8 "
2+ appVersion : " v0.40.9 "
33description : A Helm chart for deploying ORY Oathkeeper in Kubernetes
44name : oathkeeper
55icon : https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-oathkeeper.svg
Original file line number Diff line number Diff line change 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
55A 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 | ` "" ` | |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments