Skip to content

Commit

Permalink
Regenerate helm docs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Jan 16, 2023
1 parent f472c2d commit 89b31a1
Showing 1 changed file with 2 additions and 2 deletions.
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.26.6](https://img.shields.io/badge/Version-0.26.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.39.0](https://img.shields.io/badge/AppVersion-v0.39.0-informational?style=flat-square)
![Version: 0.26.6](https://img.shields.io/badge/Version-0.26.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.40.0](https://img.shields.io/badge/AppVersion-v0.40.0-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
| global | object | `{"ory":{"oathkeeper":{"maester":{"mode":"controller"}}}}` | Two possible modes are: controller or sidecar |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"oryd/oathkeeper"` | ORY Oathkeeper image |
| image.tag | string | `"v0.39.0"` | ORY Oathkeeper version |
| image.tag | string | `"v0.40.0"` | ORY Oathkeeper version |
| imagePullSecrets | list | `[]` | Image pull secrets |
| ingress | object | `{"api":{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"api.oathkeeper.localhost","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}]},"proxy":{"annotations":{},"className":"","defaultBackend":{},"enabled":false,"hosts":[{"host":"proxy.oathkeeper.localhost","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}]}}` | Configure ingress |
| ingress.api.enabled | bool | `false` | En-/Disable the api ingress. |
Expand Down

0 comments on commit 89b31a1

Please sign in to comment.