pull policy updated
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
Download the latest version of Spearhead. You can choose which version you feel comfortable with. <br />
|
Download the latest version of Spearhead. You can choose which version you feel comfortable with. <br />
|
||||||
Versions that end in -rc are not stable. Versions that do not have the "release candidate" (rc) tag are.
|
Versions that end in -rc are not stable. Versions that do not have the "release candidate" (rc) tag are.
|
||||||
<br />
|
<br />
|
||||||
<a style="text-decoration: underline;" target="_blank" href="https://github.com/dutchie031/Spearhead/releases">See All releases here</a>
|
<a style="text-decoration: underline;" target="_blank" href="https://git.dutchie031.com/Spearhead/spearhead/releases">See All releases here</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.app }}
|
- name: {{ .Values.app }}
|
||||||
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
|
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ .Values.ports.containerPort }}
|
- containerPort: {{ .Values.ports.containerPort }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user