Feature/automation #6

Merged
dutchie031 merged 39 commits from feature/automation into main 2026-07-30 12:26:55 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit cc327f60c8 - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
type: RuntimeDefault
containers:
- name: {{ .Values.app }}
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
ports:
- containerPort: {{ .Values.ports.containerPort }}
securityContext:
+1 -3
View File
@@ -1,10 +1,8 @@
app: spearhead-docs
image:
registry: registry.dutchie031.net
repository: spearhead-docs
repository: registry.dutchie031.net/spearhead-docs
tag: latest
ports: