You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: deploy/charts/secrets-webhook/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Helm chart.
122
122
| `webhookClientConfig.useUrl` | bool | `false` | Use url if webhook should be contacted over loadbalancer or ingress instead of service object. By default, the mutating webhook uses the service of the webhook directly to contact webhook. |
123
123
| `webhookClientConfig.url` | string | `"https://example.com"` | Set the url how the webhook should be contacted, including the protocol |
124
124
| `secretInit.repository` | string | `"ghcr.io/bank-vaults/secret-init"` | Container image repo that contains the secret-init container |
125
-
| `secretInit.tag` | string | `"v0.1.0"` | Container image tag for the secret-init container |
125
+
| `secretInit.tag` | string | `"v0.2.0"` | Container image tag for the secret-init container |
126
126
| `env` | object | `{}` | Custom environment variables available to webhook |
127
127
| `initContainers` | list | `[]` | Containers to run before the webhook containers are started |
128
128
| `metrics.enabled` | bool | `false` | Enable metrics service for the webhook |
0 commit comments