diff --git a/charts/bitwarden-secret-operator/Chart.yaml b/charts/bitwarden-secret-operator/Chart.yaml index 37b3827..acfef90 100644 --- a/charts/bitwarden-secret-operator/Chart.yaml +++ b/charts/bitwarden-secret-operator/Chart.yaml @@ -4,9 +4,9 @@ description: Deploy the Bitwarden Secret Operator type: application -version: "0.12.0" +version: "0.12.1" -appVersion: "0.12.0" +appVersion: "0.12.1" keywords: - operator diff --git a/charts/bitwarden-secret-operator/templates/deployment.yaml b/charts/bitwarden-secret-operator/templates/deployment.yaml index 486aaaf..efb35d1 100644 --- a/charts/bitwarden-secret-operator/templates/deployment.yaml +++ b/charts/bitwarden-secret-operator/templates/deployment.yaml @@ -33,7 +33,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} env: {{- with .Values.env }} - {{- . | toYaml | trim | nindent 12 }} + {{- . | toYaml | trim | nindent 10 }} {{- end }} - name: ASPNETCORE_URLS value: "http://*:{{ .Values.httpPort }}"