File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ A Helm chart for Kubernetes
20
20
| deployment.automountServiceAccountToken | bool | ` true ` | This applications connects to the k8s API and requires the permissions |
21
21
| deployment.dnsConfig | object | ` {} ` | Configure pod dnsConfig. |
22
22
| deployment.extraAnnotations | object | ` {} ` | Deployment level extra annotations |
23
- | deployment.extraEnv | list | ` [] ` | Extra environment variables |
23
+ | deployment.extraEnv | list | ` [] ` | To set extra env vars for the container. |
24
24
| deployment.extraLabels | object | ` {} ` | Deployment level extra labels |
25
25
| deployment.extraVolumeMounts | list | ` [] ` | |
26
26
| deployment.extraVolumes | list | ` [] ` | If you want to mount external volume |
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : " v0.40.7 "
2
+ appVersion : " v0.40.8 "
3
3
description : A Helm chart for deploying ORY Oathkeeper in Kubernetes
4
4
name : oathkeeper
5
5
icon : https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-oathkeeper.svg
Original file line number Diff line number Diff line change 1
1
# oathkeeper
2
2
3
- ![ 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 )
3
+ ![ 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 )
4
4
5
5
A Helm chart for deploying ORY Oathkeeper in Kubernetes
6
6
@@ -67,7 +67,7 @@ A Helm chart for deploying ORY Oathkeeper in Kubernetes
67
67
| image.initContainer | object | ` {"repository":"busybox","tag":1} ` | use a busybox image from another repository |
68
68
| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
69
69
| image.repository | string | ` "oryd/oathkeeper" ` | ORY Oathkeeper image |
70
- | image.tag | string | ` "v0.40.7 " ` | ORY Oathkeeper version |
70
+ | image.tag | string | ` "v0.40.8 " ` | ORY Oathkeeper version |
71
71
| imagePullSecrets | list | ` [] ` | Image pull secrets |
72
72
| ingress.api.annotations | object | ` {} ` | |
73
73
| ingress.api.className | string | ` "" ` | |
Original file line number Diff line number Diff line change 14
14
# -- ORY Oathkeeper image
15
15
repository : oryd/oathkeeper
16
16
# -- ORY Oathkeeper version
17
- tag : " v0.40.7 "
17
+ tag : " v0.40.8 "
18
18
# -- Image pull policy
19
19
pullPolicy : IfNotPresent
20
20
# -- use a busybox image from another repository
You can’t perform that action at this time.
0 commit comments