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 }} checksum/configmap: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
tag: {{ .Values.image.tag }} tag: {{ .Values.image.tag }}
spec: spec:
activeDeadlineSeconds: 180 activeDeadlineSeconds: 600
template: template:
spec: spec:
restartPolicy: Never restartPolicy: Never

View file

@ -3,8 +3,8 @@
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
image: image:
repository: registry.gitlab.com/glitchtip/glitchtip-frontend repository: glitchtip/glitchtip
tag: master tag: latest
pullPolicy: Always pullPolicy: Always
imagePullSecrets: [] imagePullSecrets: []