diff --git a/stable/xray/CHANGELOG.md b/stable/xray/CHANGELOG.md index 848014ac1..72ffbb604 100644 --- a/stable/xray/CHANGELOG.md +++ b/stable/xray/CHANGELOG.md @@ -1,6 +1,9 @@ # JFrog Xray Chart Changelog All changes to this chart will be documented in this file. +## [103.83.11] - XXX +* Fixed - containerSecurityContext on loggers + ## [103.83.10] - Sep 15,2023 * Fixed - Support to configure privateRegistry for pre-upgrade-hook diff --git a/stable/xray/Chart.yaml b/stable/xray/Chart.yaml index b62742c94..a4d5d57e4 100644 --- a/stable/xray/Chart.yaml +++ b/stable/xray/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.83.10 +appVersion: 3.83.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -24,4 +24,4 @@ name: xray sources: - https://github.com/jfrog/charts type: application -version: 103.83.10 +version: 103.83.11 diff --git a/stable/xray/templates/xray-statefulset.yaml b/stable/xray/templates/xray-statefulset.yaml index cd54fb0df..96b104af6 100644 --- a/stable/xray/templates/xray-statefulset.yaml +++ b/stable/xray/templates/xray-statefulset.yaml @@ -1120,8 +1120,8 @@ spec: {{- range .Values.xray.loggers }} - name: {{ . | replace "_" "-" | replace "." "-" }} image: {{ include "xray.getImageInfoByValue" (list $ "logger") }} - {{- if .Values.containerSecurityContext.enabled }} - securityContext: {{- tpl (omit .Values.containerSecurityContext "enabled" | toYaml) . | nindent 10 }} + {{- if $.Values.containerSecurityContext.enabled }} + securityContext: {{- tpl (omit $.Values.containerSecurityContext "enabled" | toYaml) . | nindent 10 }} {{- end }} command: - 'sh'