Skip to content

Commit 520d47f

Browse files
authored
Chart: Bump Kube Webhook CertGen. (#12122)
1 parent 45f8b68 commit 520d47f

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:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3"` | |
256+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f"` | |
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 | `"v1.4.3"` | |
260+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.4.4"` | |
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
@@ -790,8 +790,8 @@ controller:
790790
## for backwards compatibility consider setting the full image url via the repository value below
791791
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
792792
## repository:
793-
tag: v1.4.3
794-
digest: sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3
793+
tag: v1.4.4
794+
digest: sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
795795
pullPolicy: IfNotPresent
796796
# -- Provide a priority class name to the webhook patching job
797797
##

0 commit comments

Comments
 (0)