From f6012031e2492c6af4e81164e4095ee7ea9f752b Mon Sep 17 00:00:00 2001
From: dutchie031
Versions that end in -rc are not stable. Versions that do not have the "release candidate" (rc) tag are.
- See All releases here
+ See All releases here
diff --git a/.helm/templates/deployment.yaml b/.helm/templates/deployment.yaml index 4299185..42e491d 100644 --- a/.helm/templates/deployment.yaml +++ b/.helm/templates/deployment.yaml @@ -24,6 +24,7 @@ spec: containers: - name: {{ .Values.app }} image: {{ .Values.image.repository }}:{{ .Values.image.tag }} + imagePullPolicy: Always ports: - containerPort: {{ .Values.ports.containerPort }} volumeMounts: