From fe4006e69395d5ef45702b290d83be14f4299b29 Mon Sep 17 00:00:00 2001 From: David Burke Date: Sat, 16 May 2020 17:20:07 -0400 Subject: [PATCH] Use docker hub image --- templates/pre-install-job.yaml | 2 +- values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/pre-install-job.yaml b/templates/pre-install-job.yaml index 6d33f1c..b826a65 100644 --- a/templates/pre-install-job.yaml +++ b/templates/pre-install-job.yaml @@ -12,7 +12,7 @@ metadata: checksum/configmap: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} tag: {{ .Values.image.tag }} spec: - activeDeadlineSeconds: 180 + activeDeadlineSeconds: 600 template: spec: restartPolicy: Never diff --git a/values.yaml b/values.yaml index d98957b..2365fb8 100644 --- a/values.yaml +++ b/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. image: - repository: registry.gitlab.com/glitchtip/glitchtip-frontend - tag: master + repository: glitchtip/glitchtip + tag: latest pullPolicy: Always imagePullSecrets: []