step-2
parent
d71162609f
commit
303b201490
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue