Skip to content

Commit 60a65d3

Browse files
authored
chore: bump oathkeeper to 0.40.8 (#722)
1 parent f2d1b84 commit 60a65d3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

helm/charts/hydra-maester/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A Helm chart for Kubernetes
2020
| deployment.automountServiceAccountToken | bool | `true` | This applications connects to the k8s API and requires the permissions |
2121
| deployment.dnsConfig | object | `{}` | Configure pod dnsConfig. |
2222
| 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. |
2424
| deployment.extraLabels | object | `{}` | Deployment level extra labels |
2525
| deployment.extraVolumeMounts | list | `[]` | |
2626
| deployment.extraVolumes | list | `[]` | If you want to mount external volume |

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.7"
2+
appVersion: "v0.40.8"
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.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)
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.7"` | ORY Oathkeeper version |
70+
| image.tag | string | `"v0.40.8"` | 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.7"
17+
tag: "v0.40.8"
1818
# -- Image pull policy
1919
pullPolicy: IfNotPresent
2020
# -- use a busybox image from another repository

0 commit comments

Comments
 (0)