From f6012031e2492c6af4e81164e4095ee7ea9f752b Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Thu, 30 Jul 2026 14:37:10 +0200 Subject: [PATCH] pull policy updated --- .docs/web/pages/tutorials.html | 2 +- .helm/templates/deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.docs/web/pages/tutorials.html b/.docs/web/pages/tutorials.html index 7ae7177..218cbbb 100644 --- a/.docs/web/pages/tutorials.html +++ b/.docs/web/pages/tutorials.html @@ -41,7 +41,7 @@ Download the latest version of Spearhead. You can choose which version you feel comfortable with.
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: