From 15373a34deb3b23abfc5d729beb652849f4f174b Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 23 Aug 2025 14:57:55 +1200 Subject: [PATCH] Correct imagePullPolicy in farmos deployment.yaml. --- farmos/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farmos/templates/deployment.yaml b/farmos/templates/deployment.yaml index 498023b..6822600 100644 --- a/farmos/templates/deployment.yaml +++ b/farmos/templates/deployment.yaml @@ -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