Correct imagePullPolicy in farmos deployment.yaml.

This commit is contained in:
2025-08-23 14:57:55 +12:00
parent 75886ace77
commit 15373a34de

View File

@ -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