From eedc63741ff8131d87d87c53de6fb91fa64a7106 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Fri, 7 Nov 2025 10:12:41 +0100 Subject: [PATCH] Test 3 - both containers should build --- argocd/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 126a144..f498903 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 + image: git.baumann.gr/adebaumann/vui-data-loader:0.9-ignore 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.948 + image: git.baumann.gr/adebaumann/vui:0.949 imagePullPolicy: Always ports: - containerPort: 8000