We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7b7f3f + e2b5c74 commit c4878c9Copy full SHA for c4878c9
apps/miniflux/deployment.yaml
@@ -33,7 +33,7 @@ spec:
33
seccompProfile:
34
type: RuntimeDefault
35
containers:
36
- - image: "miniflux/miniflux:2.2.3"
+ - image: "miniflux/miniflux:2.2.4"
37
imagePullPolicy: "IfNotPresent"
38
name: "miniflux"
39
ports:
apps/vikunja/deployment.yaml
@@ -26,7 +26,7 @@ spec:
26
27
type: "RuntimeDefault"
28
29
- - image: "vikunja/vikunja:0.24.5"
+ - image: "vikunja/vikunja:0.24.6"
30
name: "vikunja"
31
securityContext:
32
allowPrivilegeEscalation: false
0 commit comments