Skip to content

Commit 2eb12fb

Browse files
authored
Chart: Bump Kube Webhook CertGen. (#13981)
1 parent 373e44b commit 2eb12fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/ingress-nginx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ metadata:
273273
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
274274
| controller.admissionWebhooks.objectSelector | object | `{}` | |
275275
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
276-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:050a34002d5bb4966849c880c56c91f5320372564245733b33d4b3461b4dbd24"` | |
276+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39"` | |
277277
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
278278
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
279-
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.2"` | |
279+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.3"` | |
280280
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
281281
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
282282
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |

charts/ingress-nginx/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ controller:
820820
## for backwards compatibility consider setting the full image url via the repository value below
821821
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
822822
## repository:
823-
tag: v1.6.2
824-
digest: sha256:050a34002d5bb4966849c880c56c91f5320372564245733b33d4b3461b4dbd24
823+
tag: v1.6.3
824+
digest: sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39
825825
pullPolicy: IfNotPresent
826826
# -- Provide a priority class name to the webhook patching job
827827
##

0 commit comments

Comments
 (0)