From 5439c1df5df846b7d4bcdcf93a494db4377bce61 Mon Sep 17 00:00:00 2001 From: Brady Todhunter Date: Thu, 11 Apr 2024 17:22:24 -0700 Subject: [PATCH] remove reference to the extraVolumes & extraVolumeMounts in ui deployment. This should rely soley on extraVolume helper template (#365) Signed-off-by: Brady Todhunter --- stable/enterprise/Chart.yaml | 2 +- stable/enterprise/templates/ui_deployment.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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 }}