Change imagePullPolicy to IfNotPresent
Anirudh Oppiliappan x@icyphox.sh
Sat, 03 Jul 2021 10:06:39 +0530
4 files changed,
7 insertions(+),
3 deletions(-)
M
apps/cgit/cgit-ui/cgit.css
→
apps/cgit/cgit-ui/cgit.css
@@ -7,6 +7,10 @@ --less-dark: #444;
--dark: #222; } +body { + overflow-x:auto +} + /* syntax highlighting*/ body.hl { background-color:var(--bg); } pre.hl { color:var(--fg); background-color:var(--bg); font-family:monospace;}
M
apps/cgit/cgit.yaml
→
apps/cgit/cgit.yaml
@@ -22,7 +22,7 @@ fsGroup: 1002
containers: - name: cgit image: reg.icyphox.sh/cgit - imagePullPolicy: Always + imagePullPolicy: IfNotPresent volumeMounts: - name: git mountPath: "/home/git"
M
apps/fsrv/fsrv.yaml
→
apps/fsrv/fsrv.yaml
@@ -20,7 +20,7 @@ arch: "amd64"
containers: - name: fsrv image: reg.icyphox.sh/fsrv - imagePullPolicy: Always + imagePullPolicy: IfNotPresent env: - name: FSRV_KEY valueFrom:
M
apps/radicale/radicale.yaml
→
apps/radicale/radicale.yaml
@@ -22,7 +22,7 @@ arch: "amd64"
containers: - name: radicale image: reg.icyphox.sh/radicale - imagePullPolicy: Always + imagePullPolicy: IfNotPresent volumeMounts: - name: collections mountPath: "/home/radicale/collections"