Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c35a57c25 | |||
| 034c179ecb | |||
| 6c5c8b00a6 | |||
| 43856ae18e | |||
| f0abb8a733 | |||
| 6a998b912f | |||
| ec3090d2ff | |||
| 409128a485 | |||
| 0fac44e60d | |||
| 4fc0851d29 |
@@ -193,7 +193,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: renovate
|
||||
image: renovate/renovate:43.209.3
|
||||
image: renovate/renovate:43.217.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -337,7 +337,7 @@ spec:
|
||||
mountPath: /shared
|
||||
|
||||
- name: metrics-http
|
||||
image: busybox:1.38
|
||||
image: busybox:1.36
|
||||
command: ["httpd", "-f", "-v", "-p", "9116", "-h", "/shared"]
|
||||
ports:
|
||||
- name: metrics
|
||||
|
||||
@@ -175,7 +175,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: bookstack
|
||||
image: linuxserver/bookstack:26.05.20260601
|
||||
image: linuxserver/bookstack:26.05.20260608
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
# LinuxServer.io specific
|
||||
|
||||
@@ -2746,7 +2746,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: build-bookmarks-index
|
||||
image: mikefarah/yq:4.53.2
|
||||
image: mikefarah/yq:4.53.3
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
@@ -1372,7 +1372,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: build-bookmarks-index
|
||||
image: mikefarah/yq:4.53.2
|
||||
image: mikefarah/yq:4.53.3
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
@@ -89,7 +89,7 @@ spec:
|
||||
initContainers:
|
||||
# Configure proxy auth in database before starting
|
||||
- name: configure-auth
|
||||
image: filebrowser/filebrowser:v2.63.13
|
||||
image: filebrowser/filebrowser:v2.63.14
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
@@ -109,7 +109,7 @@ spec:
|
||||
runAsGroup: 1001
|
||||
containers:
|
||||
- name: filebrowser
|
||||
image: filebrowser/filebrowser:v2.63.13
|
||||
image: filebrowser/filebrowser:v2.63.14
|
||||
command:
|
||||
- filebrowser
|
||||
- --database=/config/filebrowser.db
|
||||
|
||||
+2
-2
@@ -130,7 +130,7 @@ spec:
|
||||
initContainers:
|
||||
# Configure proxy auth in database before starting
|
||||
- name: configure-auth
|
||||
image: filebrowser/filebrowser:v2.63.13
|
||||
image: filebrowser/filebrowser:v2.63.14
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
@@ -151,7 +151,7 @@ spec:
|
||||
runAsGroup: 1000
|
||||
containers:
|
||||
- name: filebrowser
|
||||
image: filebrowser/filebrowser:v2.63.13
|
||||
image: filebrowser/filebrowser:v2.63.14
|
||||
command:
|
||||
- filebrowser
|
||||
- --database=/config/filebrowser.db
|
||||
|
||||
@@ -337,7 +337,7 @@ spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: frontend
|
||||
image: codewithcj/sparkyfitness:v0.16.8
|
||||
image: codewithcj/sparkyfitness:v0.16.9
|
||||
env:
|
||||
- name: SPARKY_FITNESS_SERVER_HOST
|
||||
value: "sparkyfitness-server"
|
||||
|
||||
Reference in New Issue
Block a user