From 0c641e9afa693588f9d5fe4da4e382ec25a5a82d Mon Sep 17 00:00:00 2001 From: Kubeshop <174873053+ed382@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:15:14 +0100 Subject: [PATCH] fix: update certgen image to fix cves --- charts/testkube-operator/README.md | 2 +- charts/testkube-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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