Correct imagePullPolicy in farmos deployment.yaml.
This commit is contained in:
		@ -18,7 +18,7 @@ spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - name: {{ .Chart.Name }}
 | 
			
		||||
          image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
 | 
			
		||||
          imagePullPolicy: "always"
 | 
			
		||||
          imagePullPolicy: "Always"
 | 
			
		||||
          ports:
 | 
			
		||||
            - name: http
 | 
			
		||||
              containerPort: 80
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user