diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 13049e4..5010630 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -18,7 +18,7 @@ spec: fsGroupChangePolicy: "OnRootMismatch" initContainers: - name: loader - image: git.baumann.gr/adebaumann/labhelper-data-loader:0.007 + image: git.baumann.gr/adebaumann/labhelper-data-loader:0.008 securityContext: runAsUser: 0 command: [ "sh","-c","cp -n preload/preload.sqlite3 /data/db.sqlite3; mkdir -p /data/media/cache /data/media/things; chmod -R 775 /data/media; exit 0" ] @@ -27,7 +27,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.028 + image: git.baumann.gr/adebaumann/labhelper:0.029 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/data-loader/preload.sqlite3 b/data-loader/preload.sqlite3 index 09a99ed..10196da 100644 Binary files a/data-loader/preload.sqlite3 and b/data-loader/preload.sqlite3 differ diff --git a/data/media/cache/5c/66/5c66181e93b068b70533f0c6f3687832.jpg b/data/media/cache/5c/66/5c66181e93b068b70533f0c6f3687832.jpg new file mode 100644 index 0000000..3c79f8e Binary files /dev/null and b/data/media/cache/5c/66/5c66181e93b068b70533f0c6f3687832.jpg differ