feat: upgrade miniflux to 2.1.0

This commit is contained in:
cătălin 2024-02-18 00:38:08 +01:00
commit 150adba519
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: miniflux
app.kubernetes.io/managed-by: argo
app.kubernetes.io/version: 2.0.50
app.kubernetes.io/version: 2.1.0
annotations:
kube-score/ignore: pod-networkpolicy,deployment-has-host-podantiaffinity
spec:
@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: miniflux
image: miniflux/miniflux:2.0.50
image: miniflux/miniflux:2.1.0
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
@ -79,3 +79,4 @@ spec:
- name: OAUTH2_USER_CREATION
value: "1"
restartPolicy: Always
automountServiceAccountToken: false

View file

@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: miniflux
app.kubernetes.io/managed-by: argo
app.kubernetes.io/version: 2.0.50
app.kubernetes.io/version: 2.1.0
spec:
selector:
app.kubernetes.io/name: miniflux