Use docker hub image
This commit is contained in:
parent
0d5033171a
commit
fe4006e693
|
@ -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
|
||||||
|
|
|
@ -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: []
|
||||||
|
|
Loading…
Reference in a new issue