Skip to content

Commit 18c3a91

Browse files
updated digest and sha for opentelemetry (#9758)
1 parent 1f4fb41 commit 18c3a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/ingress-nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Kubernetes: `>=1.20.0-0`
395395
| controller.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Node labels for controller pod assignment # Ref: https://kubernetes.io/docs/user-guide/node-selection/ # |
396396
| controller.opentelemetry.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
397397
| controller.opentelemetry.enabled | bool | `false` | |
398-
| controller.opentelemetry.image | string | `"registry.k8s.io/ingress-nginx/opentelemetry:v20230107-helm-chart-4.4.2-2-g96b3d2165@sha256:331b9bebd6acfcd2d3048abbdd86555f5be76b7e3d0b5af4300b04235c6056c9"` | |
398+
| controller.opentelemetry.image | string | `"registry.k8s.io/ingress-nginx/opentelemetry:v20230312-helm-chart-4.5.2-28-g66a760794@sha256:40f766ac4a9832f36f217bb0e98d44c8d38faeccbfe861fbc1a76af7e9ab257f"` | |
399399
| controller.podAnnotations | object | `{}` | Annotations to be added to controller pods # |
400400
| controller.podLabels | object | `{}` | Labels to add to the pod container metadata |
401401
| controller.podSecurityContext | object | `{}` | Security Context policies for controller pods |

charts/ingress-nginx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ controller:
536536

537537
opentelemetry:
538538
enabled: false
539-
image: registry.k8s.io/ingress-nginx/opentelemetry:v20230107-helm-chart-4.4.2-2-g96b3d2165@sha256:331b9bebd6acfcd2d3048abbdd86555f5be76b7e3d0b5af4300b04235c6056c9
539+
image: registry.k8s.io/ingress-nginx/opentelemetry:v20230312-helm-chart-4.5.2-28-g66a760794@sha256:40f766ac4a9832f36f217bb0e98d44c8d38faeccbfe861fbc1a76af7e9ab257f
540540
containerSecurityContext:
541541
allowPrivilegeEscalation: false
542542
admissionWebhooks:

0 commit comments

Comments
 (0)