Skip to content

Commit 258c428

Browse files
bump chart version to 0.5.3-azure-test-16 and update job.yaml for conditional secret inclusion
1 parent 5986eca commit 258c428

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

helm-chart/eoapi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kubeVersion: ">=1.23.0-0"
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.5.3-azure-test-15"
18+
version: "0.5.3-azure-test-16"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm-chart/eoapi/templates/pgstacboostrap/job.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ spec:
4545
value: {{ .Values.pgstacBootstrap.settings.envVars.LOAD_FIXTURES | quote }}
4646
- name: KEEP_ALIVE
4747
value: {{ .Values.pgstacBootstrap.settings.envVars.KEEP_ALIVE | quote }}
48-
{{ include "eoapi.pgstacSecrets" . | nindent 12 }}
4948
{{- if $.Values.azure.aksSecretsProviderAvailable }}
5049
envFrom:
5150
- secretRef:
5251
name: pgstac-secrets-{{ $.Release.Name }}
52+
{{- else}}
53+
{{ include "eoapi.pgstacSecrets" . | nindent 12 }}
5354
{{- end }}
5455
volumes:
5556
- name: initdb-sql-volume-{{ $.Release.Name }}

0 commit comments

Comments
 (0)