diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index ab2534c..deb99fd 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.10 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.957-xss + image: git.baumann.gr/adebaumann/vui:0.958-comments imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/data-loader/preload.sqlite3 b/data-loader/preload.sqlite3 index 58a6294..3900958 100644 Binary files a/data-loader/preload.sqlite3 and b/data-loader/preload.sqlite3 differ diff --git a/data/db.sqlite3 b/data/db.sqlite3 index 96d3df4..3900958 100644 Binary files a/data/db.sqlite3 and b/data/db.sqlite3 differ