From 9118565babc2bbc1dfcff80bd17c342648679a0e Mon Sep 17 00:00:00 2001 From: Paul Peereboom Date: Fri, 23 Aug 2024 16:25:18 +0200 Subject: [PATCH] Update kube-webhook-certgen image --- charts/capsule-proxy/README.md | 6 +++--- charts/capsule-proxy/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/capsule-proxy/README.md b/charts/capsule-proxy/README.md index 049e2d4..ba4b3ee 100644 --- a/charts/capsule-proxy/README.md +++ b/charts/capsule-proxy/README.md @@ -110,9 +110,9 @@ If you only need to make minor customizations, you can specify them on the comma | jobs.affinity | object | `{}` | Set affinity rules | | jobs.annotations | object | `{}` | Annotations to add to the certgen job. | | jobs.certs.pullPolicy | string | `"IfNotPresent"` | Set the image pull policy of the post install certgen job | -| jobs.certs.registry | string | `"docker.io"` | Set the image repository of the post install certgen job | -| jobs.certs.repository | string | `"jettech/kube-webhook-certgen"` | Set the image repository of the post install certgen job | -| jobs.certs.tag | string | `"v1.3.0"` | Set the image tag of the post install certgen job | +| jobs.certs.registry | string | `"registry.k8s.io"` | Set the image repository of the post install certgen job | +| jobs.certs.repository | string | `"ingress-nginx/kube-webhook-certgen"` | Set the image repository of the post install certgen job | +| jobs.certs.tag | string | `"v1.4.3"` | Set the image tag of the post install certgen job | | jobs.nodeSelector | object | `{}` | Set the node selector | | jobs.podSecurityContext | object | `{"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for the job pods. | | jobs.priorityClassName | string | `""` | Set a pod priorityClassName | diff --git a/charts/capsule-proxy/values.yaml b/charts/capsule-proxy/values.yaml index 134bb5f..5586f6a 100644 --- a/charts/capsule-proxy/values.yaml +++ b/charts/capsule-proxy/values.yaml @@ -178,13 +178,13 @@ options: jobs: certs: # -- Set the image repository of the post install certgen job - registry: docker.io + registry: registry.k8s.io # -- Set the image repository of the post install certgen job - repository: jettech/kube-webhook-certgen + repository: ingress-nginx/kube-webhook-certgen # -- Set the image pull policy of the post install certgen job pullPolicy: IfNotPresent # -- Set the image tag of the post install certgen job - tag: "v1.3.0" + tag: "v1.4.3" # -- Annotations to add to the certgen job. annotations: {} # -- Set the restartPolicy