diff --git a/Chart.lock b/Chart.lock index 76836bb..243d82e 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.13.3 -digest: sha256:84765e3d41b3348d613e7c9f3e83d624d164936656973572e8b5f7a80c9bf20c -generated: "2023-10-19T12:50:53.34503448Z" + version: 2.16.0 +digest: sha256:f6ff68e82dd5c53c8928097594a5127cb737641b84fd19c78def8c685aaad714 +generated: "2024-02-16T16:22:11.535309-05:00" diff --git a/charts/common-2.13.3.tgz b/charts/common-2.13.3.tgz deleted file mode 100644 index 3fe4889..0000000 Binary files a/charts/common-2.13.3.tgz and /dev/null differ diff --git a/charts/common-2.16.0.tgz b/charts/common-2.16.0.tgz new file mode 100644 index 0000000..48063ac Binary files /dev/null and b/charts/common-2.16.0.tgz differ diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 74a70dc..552ca29 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -29,6 +29,10 @@ spec: containers: - name: opentelemetry-collector image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + {{- if .Values.securityContext }} + securityContext: + {{- toYaml .Values.securityContext | nindent 12 }} + {{- end }} command: - "/otelcol-contrib" - "--config=/conf/opentelemetry-collector-config.yaml"