Skip to content

Commit c4de66e

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents c9cee83 + 83e6501 commit c4de66e

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

apps/bookstack/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
initContainers:
3131
# https://stackoverflow.com/questions/38483837/please-provide-a-valid-cache-path-error-in-laravel
3232
- name: init
33-
image: solidnerd/bookstack:24.10.2
33+
image: solidnerd/bookstack:24.10.3
3434
imagePullPolicy: IfNotPresent
3535
securityContext:
3636
privileged: false
@@ -58,7 +58,7 @@ spec:
5858
- "mkdir -v -p /var/www/bookstack/storage/framework/sessions /var/www/bookstack/storage/framework/views /var/www/bookstack/storage/framework/cache/data /var/www/bookstack/storage/uploads/images /var/www/bookstack/storage/uploads/files /var/www/bookstack/storage/logs"
5959
containers:
6060
- name: "bookstack"
61-
image: "solidnerd/bookstack:24.10.2"
61+
image: "solidnerd/bookstack:24.10.3"
6262
imagePullPolicy: "IfNotPresent"
6363
ports:
6464
- containerPort: 8080

apps/gatus/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: RuntimeDefault
3939
containers:
4040
- name: postgres
41-
image: postgres:16.4
41+
image: postgres:16.6
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/ghostfolio/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: "RuntimeDefault"
3939
containers:
4040
- name: "postgres"
41-
image: "postgres:16.4"
41+
image: "postgres:16.6"
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/ghostfolio/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
seccompProfile:
3737
type: RuntimeDefault
3838
containers:
39-
- image: docker.io/ghostfolio/ghostfolio:2.122.0
39+
- image: docker.io/ghostfolio/ghostfolio:2.125.0
4040
imagePullPolicy: IfNotPresent
4141
name: ghostfolio
4242
securityContext:

apps/gotify/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
type: "RuntimeDefault"
2929
containers:
3030
- name: "gotify"
31-
image: "gotify/server:2.5.0"
31+
image: "gotify/server:2.6.1"
3232
imagePullPolicy: "IfNotPresent"
3333
securityContext:
3434
runAsUser: 43444

apps/grafana/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
seccompProfile:
3535
type: "RuntimeDefault"
3636
containers:
37-
- image: "grafana/grafana:11.3.0"
37+
- image: "grafana/grafana:11.3.2"
3838
name: "grafana"
3939
securityContext:
4040
allowPrivilegeEscalation: false

apps/hass/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
seccompProfile:
2929
type: RuntimeDefault
3030
containers:
31-
- image: "homeassistant/home-assistant:2024.11.1"
31+
- image: "homeassistant/home-assistant:2024.11.3"
3232
imagePullPolicy: "IfNotPresent"
3333
command:
3434
- "/usr/local/bin/hass"

apps/jellyfin/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
seccompProfile:
3131
type: RuntimeDefault
3232
containers:
33-
- image: "jellyfin/jellyfin:10.10.1"
33+
- image: "jellyfin/jellyfin:10.10.3"
3434
securityContext:
3535
allowPrivilegeEscalation: false
3636
readOnlyRootFilesystem: true

apps/linkding/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: RuntimeDefault
3939
containers:
4040
- name: postgres
41-
image: postgres:16.4
41+
image: postgres:16.6
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/loki/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
type: RuntimeDefault
3333
containers:
3434
- name: "loki"
35-
image: "grafana/loki:3.2.1"
35+
image: "grafana/loki:3.3.0"
3636
args: []
3737
ports:
3838
- name: "loki"

0 commit comments

Comments
 (0)