diff --git a/charts/zesty/Chart.yaml b/charts/zesty/Chart.yaml index ffc0591..4915f07 100644 --- a/charts/zesty/Chart.yaml +++ b/charts/zesty/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.4 +version: 0.1.5 # 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/zesty/templates/configMap.yaml b/charts/zesty/templates/configMap.yaml index e7dbc87..e2bfeb3 100644 --- a/charts/zesty/templates/configMap.yaml +++ b/charts/zesty/templates/configMap.yaml @@ -5,9 +5,9 @@ metadata: namespace: {{ .Values.namespace }} annotations: meta.helm.sh/release-name: zesty - meta.helm.sh/release-namespace: {{ .Values.namespace }} + meta.helm.sh/release-namespace: {{ .Values.namespace }} labels: app.kubernetes.io/instance: zesty app.kubernetes.io/name: zesty data: - org-id: {{ .Values.orgID }} + org-id: "{{ .Values.orgID }}"