diff --git a/charts/intel/Chart.yaml b/charts/intel/Chart.yaml index f009c0b..a63a302 100644 --- a/charts/intel/Chart.yaml +++ b/charts/intel/Chart.yaml @@ -3,17 +3,17 @@ name: codetogether-intel description: CodeTogether Intel provides advanced project insights for developers type: application -version: 1.2.2 +version: 1.2.3 appVersion: "2025.1.0" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png home: https://www.codetogether.com maintainers: -- email: info@codetogether.com - name: CodeTogether Inc. + - email: info@codetogether.com + name: CodeTogether Inc. keywords: -- codetogether -- intel -- insights \ No newline at end of file + - codetogether + - intel + - insights diff --git a/charts/intel/templates/deployment.yaml b/charts/intel/templates/deployment.yaml index 573af19..dc46de4 100644 --- a/charts/intel/templates/deployment.yaml +++ b/charts/intel/templates/deployment.yaml @@ -107,13 +107,7 @@ spec: volumes: - name: properties-volume secret: - secretName: {{- if .Values.hqpropertiessecret.enabled }} - {{- .Values.hqpropertiessecret.ref }} - {{- else if .Values.fullnameOverride }} - {{- printf "%s-hqproperties" .Values.fullnameOverride }} - {{- else }} - {{- "hqproperties" }} - {{- end }} + secretName: {{ if .Values.hqpropertiessecret.enabled }}{{ .Values.hqpropertiessecret.ref }}{{ else if .Values.fullnameOverride }}{{ printf "%s-hqproperties" .Values.fullnameOverride }}{{ else }}hqproperties{{ end }} {{- if .Values.java.customCacerts.enabled }} - name: java-cacerts secret: