forked from catalin/fukuops
feat: upgrade miniflux to 2.1.0
This commit is contained in:
parent
22c3419ce2
commit
150adba519
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue