diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index 0255a75d..423c00e8 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.31 +version: 0.1.32 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/planka/templates/deployment.yaml b/charts/planka/templates/deployment.yaml index 31ab2e1c..d2e179fe 100644 --- a/charts/planka/templates/deployment.yaml +++ b/charts/planka/templates/deployment.yaml @@ -68,7 +68,7 @@ spec: - name: DATABASE_URL valueFrom: secretKeyRef: - name: .Values.existingDburlSecret + name: {{ .Values.existingDburlSecret }} key: uri {{- else }} - name: DATABASE_URL