Skip to content
Snippets Groups Projects
Verified Commit 707c877b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: update imghost chart

parent 7196b75e
No related branches found
No related tags found
No related merge requests found
Pipeline #2841 passed
......@@ -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"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment