Skip to content

Commit c4878c9

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents b7b7f3f + e2b5c74 commit c4878c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/miniflux/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
seccompProfile:
3434
type: RuntimeDefault
3535
containers:
36-
- image: "miniflux/miniflux:2.2.3"
36+
- image: "miniflux/miniflux:2.2.4"
3737
imagePullPolicy: "IfNotPresent"
3838
name: "miniflux"
3939
ports:

apps/vikunja/deployment.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: "vikunja/vikunja:0.24.5"
29+
- image: "vikunja/vikunja:0.24.6"
3030
name: "vikunja"
3131
securityContext:
3232
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)