Skip to content

Commit 5c93ed9

Browse files
chore(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.2 (#860)
* chore(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.2 * chore(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.2 Signed-off-by: Hristo Hristov <[email protected]> --------- Signed-off-by: Hristo Hristov <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hristo Hristov <[email protected]>
1 parent a7b5e7e commit 5c93ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/capsule-proxy/README.md

Lines changed: 1 addition & 1 deletion
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.6.1"` | Set the image tag of the post install certgen job |
98+
| global.jobs.certs.image.tag | string | `"v1.6.2"` | 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 | `{"enabled":true,"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for the job pods. |
101101
| global.jobs.certs.priorityClassName | string | `""` | Set a pod priorityClassName |

charts/capsule-proxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ global:
6262
# -- Set the image pull policy of the post install certgen job
6363
pullPolicy: IfNotPresent
6464
# -- Set the image tag of the post install certgen job
65-
tag: "v1.6.1"
65+
tag: "v1.6.2"
6666
# -- Annotations to add to the certgen job.
6767
annotations: {}
6868
# -- Set the restartPolicy

0 commit comments

Comments
 (0)