From 707c877b3c02bdce040a0e55133a85c455af4388 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Thu, 26 May 2022 01:51:01 +0200
Subject: [PATCH] feat: update imghost chart

---
 imghost/Chart.yaml                      | 4 ++--
 imghost/templates/deployment-oauth.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/imghost/Chart.yaml b/imghost/Chart.yaml
index a0815da..0c9854f 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 c8d20de..b49fc4f 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
-- 
GitLab