diff --git a/charts/unleash-edge/Chart.yaml b/charts/unleash-edge/Chart.yaml index 2bd82c7..be21b09 100644 --- a/charts/unleash-edge/Chart.yaml +++ b/charts/unleash-edge/Chart.yaml @@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 2.6.2 +version: 2.6.3 -appVersion: "v19.1.3" +appVersion: "v19.2.0" maintainers: - name: chriswk diff --git a/charts/unleash/Chart.yaml b/charts/unleash/Chart.yaml index 3dfe88c..070d8ab 100644 --- a/charts/unleash/Chart.yaml +++ b/charts/unleash/Chart.yaml @@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 5.1.1 +version: 5.1.2 -appVersion: "6.0.0" +appVersion: "6.0.6" dependencies: - name: postgresql diff --git a/charts/unleash/templates/deployment.yaml b/charts/unleash/templates/deployment.yaml index e935847..dfcda9c 100644 --- a/charts/unleash/templates/deployment.yaml +++ b/charts/unleash/templates/deployment.yaml @@ -78,7 +78,7 @@ spec: {{- end }} {{- if .Values.dbConfig.sslRejectUnauthorized }} - name: DATABASE_SSL_REJECT_UNAUTHORIZED - value: "{{ .Values.dbConfig.sslRejectUnauthorizaed }}" + value: "{{ .Values.dbConfig.sslRejectUnauthorized }}" {{- end }} {{- if .Values.env }} {{- toYaml .Values.env | nindent 12 }}