step-2
parent
d71162609f
commit
303b201490
|
|
@ -15,6 +15,7 @@ spec:
|
|||
containers:
|
||||
- name: migrate
|
||||
image: {{ .Values.migrate.repo }}:{{ .Values.migrate.tag }}
|
||||
imagePullPolicy: Always # XXX remove
|
||||
command:
|
||||
- migrate
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@ app:
|
|||
|
||||
migrate:
|
||||
repo: gitea.demos.novit.tech/demo/migrate
|
||||
tag: v1
|
||||
#tag: v2
|
||||
#tag: v1
|
||||
tag: v2
|
||||
|
||||
etcd:
|
||||
#backup: false
|
||||
backup: true
|
||||
|
||||
tag: v3.5.8
|
||||
#tag: v3.5.9
|
||||
#tag: v3.5.8
|
||||
tag: v3.5.9
|
||||
|
||||
storage:
|
||||
class: local
|
||||
|
|
|
|||
Loading…
Reference in New Issue