remove image configuration and set static image version for gitea and gitea-db

This commit is contained in:
2025-07-04 21:14:50 +05:30
parent 26bd9de648
commit 2fe77e420d
3 changed files with 2 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ spec:
done
containers:
- name: "{{ .Values.name }}-app"
image: "{{ .Values.image.app.repository }}:{{ .Values.image.app.tag }}"
image: "gitea/gitea:1.24.2"
env:
- name: USER_UID
value: "{{ .Values.env.USER_UID }}"