diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index eb85540..5a01358 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -18,14 +18,14 @@ spec: fsGroupChangePolicy: "OnRootMismatch" initContainers: - name: loader - image: git.baumann.gr/adebaumann/vui-data-loader:0.9-debug + image: git.baumann.gr/adebaumann/vui-data-loader:0.9 command: [ "sh","-c","cp -n preload/preload.sqlite3 /data/db.sqlite3; chown -R 999:999 /data; ls -la /data; sleep 10; exit 0" ] volumeMounts: - name: data mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/vui:0.949 + image: git.baumann.gr/adebaumann/vui:0.949-test imagePullPolicy: Always ports: - containerPort: 8000