Skip to content

Commit 7a75538

Browse files
Bump kubewebhook certgen (#11034)
Signed-off-by: Ricardo Katz <[email protected]> Co-authored-by: Jintao Zhang <[email protected]>
1 parent 862b05d commit 7a75538

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
@@ -253,11 +253,11 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
253253
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
254254
| controller.admissionWebhooks.objectSelector | object | `{}` | |
255255
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
256-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084"` | |
256+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334"` | |
257257
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
258258
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
259259
| controller.admissionWebhooks.patch.image.registry | string | `"registry.k8s.io"` | |
260-
| controller.admissionWebhooks.patch.image.tag | string | `"v20231226-1a7112e06"` | |
260+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.4.0"` | |
261261
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
262262
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
263263
| 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
@@ -781,8 +781,8 @@ controller:
781781
## for backwards compatibility consider setting the full image url via the repository value below
782782
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
783783
## repository:
784-
tag: v20231226-1a7112e06
785-
digest: sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084
784+
tag: v1.4.0
785+
digest: sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
786786
pullPolicy: IfNotPresent
787787
# -- Provide a priority class name to the webhook patching job
788788
##

0 commit comments

Comments
 (0)