Use docker hub image
This commit is contained in:
		
							parent
							
								
									0d5033171a
								
							
						
					
					
						commit
						fe4006e693
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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: []
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue