feat(test): gitea registry pull secret and imagePullSecrets

This commit is contained in:
sova-ci
2026-05-28 01:03:38 +03:00
parent 11596ee01b
commit b8a039ed2d
9 changed files with 68 additions and 5 deletions
+4
View File
@@ -26,6 +26,10 @@ spec:
labels:
app: adminpanel
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: adminpanel
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+4
View File
@@ -6,3 +6,7 @@ runtimeEnv:
image:
tag: local-test
pullPolicy: IfNotPresent
imagePullSecrets:
- name: gitea-registry
+2
View File
@@ -5,6 +5,8 @@ image:
tag: local-test
pullPolicy: IfNotPresent
imagePullSecrets: []
replicaCount: 1
ingress:
+4
View File
@@ -80,6 +80,10 @@ spec:
app: backend
env: test
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: php-fpm
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+4
View File
@@ -3,6 +3,10 @@ ingress:
image:
tag: local-test
pullPolicy: IfNotPresent
imagePullSecrets:
- name: gitea-registry
env:
API_PUBLIC_URL: http://api.test.sova.local
+2
View File
@@ -5,6 +5,8 @@ image:
tag: local-test
pullPolicy: IfNotPresent
imagePullSecrets: []
nginx:
image: nginx:1.27-alpine