Skip to content

Commit 604e634

Browse files
Chart: Bump Kube Webhook CertGen & OpenTelemetry. (#11812)
Co-authored-by: Marco Ebert <[email protected]>
1 parent 46e76e5 commit 604e634

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

charts/ingress-nginx/README.md

Lines changed: 5 additions & 5 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:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366"` | |
256+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3"` | |
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.1"` | |
260+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.4.3"` | |
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"` | |
@@ -400,11 +400,11 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
400400
| controller.opentelemetry.containerSecurityContext.runAsUser | int | `65532` | The image's default user, inherited from its base image `cgr.dev/chainguard/static`. |
401401
| controller.opentelemetry.containerSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
402402
| controller.opentelemetry.enabled | bool | `false` | |
403-
| controller.opentelemetry.image.digest | string | `"sha256:13bee3f5223883d3ca62fee7309ad02d22ec00ff0d7033e3e9aca7a9f60fd472"` | |
403+
| controller.opentelemetry.image.digest | string | `"sha256:f7604ac0547ed64d79b98d92133234e66c2c8aade3c1f4809fed5eec1fb7f922"` | |
404404
| controller.opentelemetry.image.distroless | bool | `true` | |
405-
| controller.opentelemetry.image.image | string | `"ingress-nginx/opentelemetry"` | |
405+
| controller.opentelemetry.image.image | string | `"ingress-nginx/opentelemetry-1.25.3"` | |
406406
| controller.opentelemetry.image.registry | string | `"registry.k8s.io"` | |
407-
| controller.opentelemetry.image.tag | string | `"v20230721-3e2062ee5"` | |
407+
| controller.opentelemetry.image.tag | string | `"v20240813-b933310d"` | |
408408
| controller.opentelemetry.name | string | `"opentelemetry"` | |
409409
| controller.opentelemetry.resources | object | `{}` | |
410410
| controller.podAnnotations | object | `{}` | Annotations to be added to controller pods # |

charts/ingress-nginx/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -706,12 +706,12 @@ controller:
706706
name: opentelemetry
707707
image:
708708
registry: registry.k8s.io
709-
image: ingress-nginx/opentelemetry
709+
image: ingress-nginx/opentelemetry-1.25.3
710710
## for backwards compatibility consider setting the full image url via the repository value below
711711
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
712712
## repository:
713-
tag: "v20230721-3e2062ee5"
714-
digest: sha256:13bee3f5223883d3ca62fee7309ad02d22ec00ff0d7033e3e9aca7a9f60fd472
713+
tag: v20240813-b933310d
714+
digest: sha256:f7604ac0547ed64d79b98d92133234e66c2c8aade3c1f4809fed5eec1fb7f922
715715
distroless: true
716716
containerSecurityContext:
717717
runAsNonRoot: true
@@ -804,8 +804,8 @@ controller:
804804
## for backwards compatibility consider setting the full image url via the repository value below
805805
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
806806
## repository:
807-
tag: v1.4.1
808-
digest: sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
807+
tag: v1.4.3
808+
digest: sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3
809809
pullPolicy: IfNotPresent
810810
# -- Provide a priority class name to the webhook patching job
811811
##

0 commit comments

Comments
 (0)