Mikaël Cluseau 2023-10-04 21:59:52 +02:00
parent d71162609f
commit 303b201490
2 changed files with 5 additions and 4 deletions

View File

@ -15,6 +15,7 @@ spec:
containers: containers:
- name: migrate - name: migrate
image: {{ .Values.migrate.repo }}:{{ .Values.migrate.tag }} image: {{ .Values.migrate.repo }}:{{ .Values.migrate.tag }}
imagePullPolicy: Always # XXX remove
command: command:
- migrate - migrate
{{ end }} {{ end }}

View File

@ -8,15 +8,15 @@ app:
migrate: migrate:
repo: gitea.demos.novit.tech/demo/migrate repo: gitea.demos.novit.tech/demo/migrate
tag: v1 #tag: v1
#tag: v2 tag: v2
etcd: etcd:
#backup: false #backup: false
backup: true backup: true
tag: v3.5.8 #tag: v3.5.8
#tag: v3.5.9 tag: v3.5.9
storage: storage:
class: local class: local