diff --git a/charts/apisix-dashboard/Chart.yaml b/charts/apisix-dashboard/Chart.yaml index 6104f62..ba73612 100644 --- a/charts/apisix-dashboard/Chart.yaml +++ b/charts/apisix-dashboard/Chart.yaml @@ -31,7 +31,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.8.2 +version: 0.8.2-r2 # 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/apisix-dashboard/templates/deployment.yaml b/charts/apisix-dashboard/templates/deployment.yaml index aa2a2d0..004632e 100644 --- a/charts/apisix-dashboard/templates/deployment.yaml +++ b/charts/apisix-dashboard/templates/deployment.yaml @@ -60,7 +60,6 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - #{{- if and .Values.config.conf.etcd.existingSecret (not (empty .Values.config.conf.etcd.existingSecret)) }} {{- if or (and .Values.config.conf.etcd.existingSecret (not (empty .Values.config.conf.etcd.existingSecret))) (.Values.config.conf.etcd.password) }} - name: APISIX_ETCD_PASSWORD {{- if and .Values.config.conf.etcd.existingSecret (not (empty .Values.config.conf.etcd.existingSecret)) }}