diff --git a/charts/priobike-sg-selector-nginx/Chart.yaml b/charts/priobike-sg-selector-nginx/Chart.yaml index f86c13d..bf8ecfe 100644 --- a/charts/priobike-sg-selector-nginx/Chart.yaml +++ b/charts/priobike-sg-selector-nginx/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.0 +version: 0.2.0 # 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/priobike-sg-selector-nginx/templates/deployment.yaml b/charts/priobike-sg-selector-nginx/templates/deployment.yaml index d80cc4b..4786bc0 100644 --- a/charts/priobike-sg-selector-nginx/templates/deployment.yaml +++ b/charts/priobike-sg-selector-nginx/templates/deployment.yaml @@ -20,6 +20,3 @@ spec: image: |- {{ (.Values.global).priobikeImageRegistry | default .Values.priobikeImageRegistry | required "A valid .Values.priobikeImageRegistry or .Values.global.priobikeImageRegistry entry is required!" -}} /{{ .Values.imageName }}:v1.2 - envFrom: - - configMapRef: - name: {{ .Values.configMapName }}