Skip to content

Commit ea14b9e

Browse files
chore(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.0 (#774)
* chore(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.0 * chore(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.0 chore(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.0 Signed-off-by: Hristo Hristov <me@hhristov.info> --------- Signed-off-by: Hristo Hristov <me@hhristov.info> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hristo Hristov <me@hhristov.info>
1 parent a62c065 commit ea14b9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5.4"` | Set the image tag of the post install certgen job |
98+
| global.jobs.certs.image.tag | string | `"v1.6.0"` | 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

Lines changed: 1 addition & 1 deletion
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.5.4"
63+
tag: "v1.6.0"
6464
# -- Annotations to add to the certgen job.
6565
annotations: {}
6666
# -- Set the restartPolicy

0 commit comments

Comments
 (0)