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: variables:
HELM_CHART_VERSION: "99.6.16" HELM_CHART_VERSION: "99.6.17"
stages: stages:
- deploy - deploy

View File

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