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:
|
labels:
|
||||||
app.kubernetes.io/name: miniflux
|
app.kubernetes.io/name: miniflux
|
||||||
app.kubernetes.io/managed-by: argo
|
app.kubernetes.io/managed-by: argo
|
||||||
app.kubernetes.io/version: 2.0.50
|
app.kubernetes.io/version: 2.1.0
|
||||||
annotations:
|
annotations:
|
||||||
kube-score/ignore: pod-networkpolicy,deployment-has-host-podantiaffinity
|
kube-score/ignore: pod-networkpolicy,deployment-has-host-podantiaffinity
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: miniflux
|
- name: miniflux
|
||||||
image: miniflux/miniflux:2.0.50
|
image: miniflux/miniflux:2.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
@ -79,3 +79,4 @@ spec:
|
||||||
- name: OAUTH2_USER_CREATION
|
- name: OAUTH2_USER_CREATION
|
||||||
value: "1"
|
value: "1"
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
automountServiceAccountToken: false
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: miniflux
|
app.kubernetes.io/name: miniflux
|
||||||
app.kubernetes.io/managed-by: argo
|
app.kubernetes.io/managed-by: argo
|
||||||
app.kubernetes.io/version: 2.0.50
|
app.kubernetes.io/version: 2.1.0
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: miniflux
|
app.kubernetes.io/name: miniflux
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue