diff --git a/charts/testkube-operator/README.md b/charts/testkube-operator/README.md index 0ed9f9b2c..b2b9dc7d9 100644 --- a/charts/testkube-operator/README.md +++ b/charts/testkube-operator/README.md @@ -98,7 +98,7 @@ A Helm chart for the testkube-operator (installs needed CRDs only for now) | webhook.patch.image.pullPolicy | string | `"IfNotPresent"` | | | webhook.patch.image.pullSecrets | list | `[]` | | | webhook.patch.image.registry | string | `"docker.io"` | | -| webhook.patch.image.repository | string | `"dpejcev/kube-webhook-certgen"` | | +| webhook.patch.image.repository | string | `"kubeshop/kube-webhook-certgen"` | | | webhook.patch.image.tag | string | `"1.0.11"` | | | webhook.patch.labels | object | `{}` | | | webhook.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | | diff --git a/charts/testkube-operator/values.yaml b/charts/testkube-operator/values.yaml index 466998f86..6c76a0d8d 100644 --- a/charts/testkube-operator/values.yaml +++ b/charts/testkube-operator/values.yaml @@ -205,7 +205,7 @@ webhook: image: registry: docker.io repository: kubeshop/kube-webhook-certgen - tag: 0.0.4 + tag: 0.0.7 pullPolicy: IfNotPresent pullSecrets: [] ## Annotations to add to the patch Job