Skip to content

Commit 67c4b8b

Browse files
renovate[bot]oliverbaehler
authored andcommitted
chore(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.5.1
1 parent e14f52b commit 67c4b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/capsule-proxy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If you only need to make minor customizations, you can specify them on the comma
9595
| global.jobs.certs.image.pullPolicy | string | `"IfNotPresent"` | Set the image pull policy of the post install certgen job |
9696
| global.jobs.certs.image.registry | string | `"registry.k8s.io"` | Set the image repository of the post install certgen job |
9797
| global.jobs.certs.image.repository | string | `"ingress-nginx/kube-webhook-certgen"` | Set the image repository of the post install certgen job |
98-
| global.jobs.certs.image.tag | string | `"v1.4.3"` | Set the image tag of the post install certgen job |
98+
| global.jobs.certs.image.tag | string | `"v1.5.1"` | Set the image tag of the post install certgen job |
9999
| global.jobs.certs.nodeSelector | object | `{}` | Set the node selector |
100100
| global.jobs.certs.podSecurityContext | object | `{"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for the job pods. |
101101
| global.jobs.certs.priorityClassName | string | `""` | Set a pod priorityClassName |

charts/capsule-proxy/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ global:
6060
# -- Set the image pull policy of the post install certgen job
6161
pullPolicy: IfNotPresent
6262
# -- Set the image tag of the post install certgen job
63-
tag: "v1.4.3"
63+
tag: "v1.5.1"
6464
# -- Annotations to add to the certgen job.
6565
annotations: {}
6666
# -- Set the restartPolicy

0 commit comments

Comments
 (0)