Skip to content

Commit 6def4c3

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents 79f757b + 56af513 commit 6def4c3

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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.12.1
33+
image: solidnerd/bookstack:25.2.0
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.12.1"
61+
image: "solidnerd/bookstack:25.2.0"
6262
imagePullPolicy: "IfNotPresent"
6363
ports:
6464
- containerPort: 8080

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.12.5"
31+
- image: "homeassistant/home-assistant:2025.3.3"
3232
imagePullPolicy: "IfNotPresent"
3333
command:
3434
- "/usr/local/bin/hass"

apps/homer/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
type: RuntimeDefault
3131
containers:
3232
- name: homer
33-
image: b4bz/homer:v25.02.2
33+
image: b4bz/homer:v25.03.2
3434
imagePullPolicy: IfNotPresent
3535
securityContext:
3636
runAsNonRoot: true

apps/httpbin/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: httpbin
31-
image: mccutchen/go-httpbin:v2.16.0
31+
image: mccutchen/go-httpbin:2.17.1
3232
imagePullPolicy: IfNotPresent
3333
securityContext:
3434
runAsNonRoot: true

apps/monitoring/victoriametrics/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
type: RuntimeDefault
4242
containers:
4343
- name: victoriametrics
44-
image: victoriametrics/victoria-metrics:v1.111.0
44+
image: victoriametrics/victoria-metrics:v1.113.0
4545
imagePullPolicy: IfNotPresent
4646
args:
4747
- "--storageDataPath=/storage"

apps/monitoring/vmalert/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
type: RuntimeDefault
3737
containers:
3838
- name: vmalert
39-
image: victoriametrics/vmalert:v1.111.0
39+
image: victoriametrics/vmalert:v1.113.0
4040
imagePullPolicy: IfNotPresent
4141
ports:
4242
- containerPort: 8880

apps/stirling-pdf/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
type: "RuntimeDefault"
2828
initContainers:
2929
- name: "tesseract"
30-
image: "frooodle/s-pdf:0.32.0"
30+
image: "frooodle/s-pdf:0.44.1"
3131
command:
3232
- "sh"
3333
- "-c"
@@ -54,7 +54,7 @@ spec:
5454
- mountPath: "/usr/share/tessdata"
5555
name: "tessdata"
5656
containers:
57-
- image: "frooodle/s-pdf:0.32.0"
57+
- image: "frooodle/s-pdf:0.44.1"
5858
name: "stirling-pdf"
5959
securityContext:
6060
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)