Skip to content

Commit a80a900

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents f78ab2f + 621d683 commit a80a900

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.115.0
39+
- image: docker.io/ghostfolio/ghostfolio:2.118.0
4040
imagePullPolicy: IfNotPresent
4141
name: ghostfolio
4242
securityContext:

apps/radicale/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: "tomsquest/docker-radicale:3.2.3.1"
31+
- image: "tomsquest/docker-radicale:3.3.0.1"
3232
name: "radicale"
3333
securityContext:
3434
allowPrivilegeEscalation: false

apps/renovatebot/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
seccompProfile:
2727
type: "RuntimeDefault"
2828
containers:
29-
- image: "renovate/renovate:38.121.0"
29+
- image: "renovate/renovate:38.131.1"
3030
name: "renovate"
3131
env:
3232
- name: "RENOVATE_BASE_DIR"

0 commit comments

Comments
 (0)