From 51132ac8e145ab21f8299ea48e782acb0cdd01a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20B=C5=82aszczyk?= Date: Wed, 23 Oct 2024 13:15:19 +0200 Subject: [PATCH] chore: bump toolbox image to 0.0.6 (#713) --- helm/charts/hydra/README.md | 2 +- helm/charts/hydra/values.yaml | 2 +- helm/charts/keto/README.md | 2 +- helm/charts/keto/values.yaml | 2 +- helm/charts/kratos/README.md | 2 +- helm/charts/kratos/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/charts/hydra/README.md b/helm/charts/hydra/README.md index 6ea612247..14a0fafa2 100644 --- a/helm/charts/hydra/README.md +++ b/helm/charts/hydra/README.md @@ -192,7 +192,7 @@ A Helm chart for deploying ORY Hydra in Kubernetes | test.labels | object | `{}` | Provide additional labels to the test pod | | watcher.automountServiceAccountToken | bool | `true` | | | watcher.enabled | bool | `false` | | -| watcher.image | string | `"oryd/k8s-toolbox:0.0.5"` | | +| watcher.image | string | `"oryd/k8s-toolbox:0.0.6"` | | | 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/hydra/values.yaml b/helm/charts/hydra/values.yaml index ca36333f1..8567aef47 100644 --- a/helm/charts/hydra/values.yaml +++ b/helm/charts/hydra/values.yaml @@ -478,7 +478,7 @@ hydra-maester: ## -- Sidecar watcher configuration watcher: enabled: false - image: oryd/k8s-toolbox:0.0.5 + image: oryd/k8s-toolbox:0.0.6 # -- Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo mountFile: "" # -- Specify pod metadata, this metadata is added directly to the pod, and not higher objects diff --git a/helm/charts/keto/README.md b/helm/charts/keto/README.md index 31f0a9b4c..c381d8156 100644 --- a/helm/charts/keto/README.md +++ b/helm/charts/keto/README.md @@ -174,7 +174,7 @@ Access Control Policies as a Server | test.labels | object | `{}` | Provide additional labels to the test pod | | watcher.automountServiceAccountToken | bool | `true` | | | watcher.enabled | bool | `false` | | -| watcher.image | string | `"oryd/k8s-toolbox:0.0.5"` | | +| watcher.image | string | `"oryd/k8s-toolbox:0.0.6"` | | | 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/values.yaml b/helm/charts/keto/values.yaml index 45dcb90be..7aa7e6435 100644 --- a/helm/charts/keto/values.yaml +++ b/helm/charts/keto/values.yaml @@ -419,7 +419,7 @@ deployment: ## -- Watcher sidecar configuration watcher: enabled: false - image: oryd/k8s-toolbox:0.0.5 + image: oryd/k8s-toolbox:0.0.6 # -- Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo mountFile: "" # -- Specify pod metadata, this metadata is added directly to the pod, and not higher objects diff --git a/helm/charts/kratos/README.md b/helm/charts/kratos/README.md index 3321c8f07..fc517f966 100644 --- a/helm/charts/kratos/README.md +++ b/helm/charts/kratos/README.md @@ -211,7 +211,7 @@ A ORY Kratos Helm chart for Kubernetes | test.busybox | object | `{"repository":"busybox","tag":1}` | use a busybox image from another repository | | watcher.automountServiceAccountToken | bool | `true` | | | watcher.enabled | bool | `false` | | -| watcher.image | string | `"oryd/k8s-toolbox:0.0.5"` | | +| watcher.image | string | `"oryd/k8s-toolbox:0.0.6"` | | | 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/values.yaml b/helm/charts/kratos/values.yaml index 815cb4a74..5f0655d76 100644 --- a/helm/charts/kratos/values.yaml +++ b/helm/charts/kratos/values.yaml @@ -623,7 +623,7 @@ courier: ## -- Configuration of the watcher sidecar watcher: enabled: false - image: oryd/k8s-toolbox:0.0.5 + image: oryd/k8s-toolbox:0.0.6 # -- Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo mountFile: "" # -- Specify pod metadata, this metadata is added directly to the pod, and not higher objects