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: