Use docker hub image

This commit is contained in:
David Burke 2020-05-16 17:20:07 -04:00
parent 0d5033171a
commit fe4006e693
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

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