From 0db99c02bddb4428764526ddc259105a97a71fab Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Wed, 11 Jan 2023 08:25:41 +0000 Subject: [PATCH] Regenerate helm docs [skip ci] --- helm/charts/hydra/README.md | 2 +- helm/charts/keto/README.md | 2 +- helm/charts/kratos/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/charts/hydra/README.md b/helm/charts/hydra/README.md index cb8f841b8a..8dfb0795be 100644 --- a/helm/charts/hydra/README.md +++ b/helm/charts/hydra/README.md @@ -150,7 +150,7 @@ A Helm chart for deploying ORY Hydra in Kubernetes | serviceMonitor.scrapeInterval | string | `"60s"` | Interval at which metrics should be scraped | | serviceMonitor.scrapeTimeout | string | `"30s"` | Timeout after which the scrape is ended | | serviceMonitor.tlsConfig | object | `{}` | TLS configuration to use when scraping the endpoint | -| watcher | object | `{"enabled":false,"image":"oryd/k8s-toolbox:0.0.4","mountFile":"","podMetadata":{"annotations":{},"labels":{}},"watchLabelKey":"ory.sh/watcher"}` | Sidecar watcher configuration | +| watcher | object | `{"enabled":false,"image":"oryd/k8s-toolbox:0.0.5","mountFile":"","podMetadata":{"annotations":{},"labels":{}},"watchLabelKey":"ory.sh/watcher"}` | Sidecar watcher configuration | | watcher.mountFile | string | `""` | Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo | | watcher.podMetadata | object | `{"annotations":{},"labels":{}}` | Specify pod metadata, this metadata is added directly to the pod, and not higher objects | | watcher.podMetadata.annotations | object | `{}` | Extra pod level annotations | diff --git a/helm/charts/keto/README.md b/helm/charts/keto/README.md index 10fb382caa..cd653b07a5 100644 --- a/helm/charts/keto/README.md +++ b/helm/charts/keto/README.md @@ -99,7 +99,7 @@ Access Control Policies as a Server | serviceMonitor.scrapeInterval | string | `"60s"` | Interval at which metrics should be scraped | | serviceMonitor.scrapeTimeout | string | `"30s"` | Timeout after which the scrape is ended | | serviceMonitor.tlsConfig | object | `{}` | TLS configuration to use when scraping the endpoint | -| watcher | object | `{"enabled":false,"image":"oryd/k8s-toolbox:0.0.4","mountFile":"","podMetadata":{"annotations":{},"labels":{}},"watchLabelKey":"ory.sh/watcher"}` | Watcher sidecar configuration | +| watcher | object | `{"enabled":false,"image":"oryd/k8s-toolbox:0.0.5","mountFile":"","podMetadata":{"annotations":{},"labels":{}},"watchLabelKey":"ory.sh/watcher"}` | Watcher sidecar configuration | | watcher.mountFile | string | `""` | Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo | | watcher.podMetadata | object | `{"annotations":{},"labels":{}}` | Specify pod metadata, this metadata is added directly to the pod, and not higher objects | | watcher.podMetadata.annotations | object | `{}` | Extra pod level annotations | diff --git a/helm/charts/kratos/README.md b/helm/charts/kratos/README.md index 4cfa2f0081..b4e3b069df 100644 --- a/helm/charts/kratos/README.md +++ b/helm/charts/kratos/README.md @@ -136,7 +136,7 @@ A ORY Kratos Helm chart for Kubernetes | statefulSet.topologySpreadConstraints | list | `[]` | Configure pod topologySpreadConstraints. | | strategy | object | `{"rollingUpdate":{"maxSurge":"30%","maxUnavailable":0},"type":"RollingUpdate"}` | Deployment update strategy | | tolerations | list | `[]` | If you do want to specify node labels, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'annotations:'. foo: bar Configure node tolerations. | -| watcher | object | `{"enabled":false,"image":"oryd/k8s-toolbox:0.0.4","mountFile":"","podMetadata":{"annotations":{},"labels":{}},"watchLabelKey":"ory.sh/watcher"}` | Configuration of the watcher sidecar | +| watcher | object | `{"enabled":false,"image":"oryd/k8s-toolbox:0.0.5","mountFile":"","podMetadata":{"annotations":{},"labels":{}},"watchLabelKey":"ory.sh/watcher"}` | Configuration of the watcher sidecar | | watcher.mountFile | string | `""` | Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo | | watcher.podMetadata | object | `{"annotations":{},"labels":{}}` | Specify pod metadata, this metadata is added directly to the pod, and not higher objects | | watcher.podMetadata.annotations | object | `{}` | Extra pod level annotations |