beta.spearhead.rocks now for the beta branch

This commit is contained in:
2026-08-30 13:46:32 +02:00
parent 5601091b8f
commit 64931c01f2
6 changed files with 55 additions and 31 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
type: RuntimeDefault
containers:
- name: {{ .Values.app }}
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: Always
ports:
- containerPort: {{ .Values.ports.containerPort }}