Skip to content

Commit 40367ea

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents d1776f7 + 1334fae commit 40367ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

apps/onlyoffice/onlyoffice-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
type: "RuntimeDefault"
3636
containers:
3737
- name: "onlyoffice"
38-
image: "onlyoffice/documentserver:8.1.3"
38+
image: "onlyoffice/documentserver:8.2.0"
3939
imagePullPolicy: "IfNotPresent"
4040
envFrom:
4141
- configMapRef:

0 commit comments

Comments
 (0)