This commit is contained in:
2023-06-29 22:28:15 +02:00
parent 57f012a639
commit 04b1992002
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "99.6.16"
HELM_CHART_VERSION: "99.6.17"
stages:
- deploy

View File

@@ -43,8 +43,8 @@ spec:
allowPrivilegeEscalation: false
runAsUser: 0
image: cloudyne/ubuntu-ci:latest
command: ["storage-clone"]
args: ["/full-cloud", "/full-cloud-local"]
command: ["python3"]
args: ["/usr/local/bin/storage-clone", "/full-cloud", "/full-cloud-local"]
imagePullPolicy: Always
volumeMounts:
- name: cloud