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: []