diff --git a/stable/enterprise/Chart.yaml b/stable/enterprise/Chart.yaml index 8c18ec0c..c49a516c 100644 --- a/stable/enterprise/Chart.yaml +++ b/stable/enterprise/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: enterprise -version: "2.5.2" +version: "2.5.3" appVersion: "5.4.0" kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.29.x-x description: | diff --git a/stable/enterprise/templates/ui_deployment.yaml b/stable/enterprise/templates/ui_deployment.yaml index dd36c1e2..73514682 100644 --- a/stable/enterprise/templates/ui_deployment.yaml +++ b/stable/enterprise/templates/ui_deployment.yaml @@ -40,9 +40,6 @@ spec: secret: secretName: {{ .Values.cloudsql.serviceAccSecretName }} {{- end }} - {{- with .Values.extraVolumes }} - {{- toYaml . | nindent 8 }} - {{- end }} containers: {{- if .Values.cloudsql.enabled }} {{- include "enterprise.common.cloudsqlContainer" . | nindent 8 }} @@ -92,9 +89,6 @@ spec: mountPath: /home/anchore/certs/ readOnly: true {{- end }} - {{- with .Values.extraVolumeMounts }} - {{- toYaml . | nindent 12 }} - {{- end }} livenessProbe: tcpSocket: port: {{ $component | lower }}