diff --git a/imghost/Chart.yaml b/imghost/Chart.yaml index a0815daf0ca266aba329f8447dc6e6bd0309a117..0c9854f91dc626a1124b0486ece4cc5ac1d63460 100644 --- a/imghost/Chart.yaml +++ b/imghost/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: imghost description: Helm Chart for imghost type: application -version: 1.0.6 -appVersion: "9d0438f9" +version: 1.1.0 +appVersion: "cf0764e2" diff --git a/imghost/templates/deployment-oauth.yaml b/imghost/templates/deployment-oauth.yaml index c8d20de1954164112201effb501f496d91ab288c..b49fc4f95176d26c36481246c092420d36693154 100644 --- a/imghost/templates/deployment-oauth.yaml +++ b/imghost/templates/deployment-oauth.yaml @@ -36,7 +36,7 @@ spec: - name: {{ .Chart.Name }}-oauth2 securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.oauth2.repository }}:{{ .Values.frontend.tag | default .Values.oauth2.tag }}" + image: "{{ .Values.oauth2.repository }}:{{ .Values.oauth2.tag }}" imagePullPolicy: {{ .Values.frontend.pullPolicy }} env: - name: PROXY_CLIENT_ID