remove image configuration and set static image version for gitea and gitea-db
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
||||
mountPath: /var/lib/postgresql/data
|
||||
containers:
|
||||
- name: "{{ .Values.name }}-db"
|
||||
image: "{{ .Values.image.db.repository }}:{{ .Values.image.db.tag }}"
|
||||
image: "postgres:15.10"
|
||||
env:
|
||||
- name: POSTGRES_USER
|
||||
value: "{{ .Values.env.DB_USER }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user