Skip to content

Commit

Permalink
chore: bump toolbox image to 0.0.6 (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere authored Oct 23, 2024
1 parent ba27a43 commit 51132ac
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/charts/hydra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/hydra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/keto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/keto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/kratos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/kratos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51132ac

Please sign in to comment.