Update miniflux image tag
This commit is contained in:
parent
869c92d710
commit
e390b1e675
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: miniflux
|
||||
image: git.janky.solutions/finn/miniflux:disable-local-auth
|
||||
image: git.janky.solutions/finn/miniflux:custom-openid-provider-name
|
||||
imagePullPolicy: Always
|
||||
resources: {}
|
||||
envFrom:
|
||||
|
@ -59,6 +59,8 @@ spec:
|
|||
value: "1"
|
||||
- name: DISABLE_LOCAL_AUTH
|
||||
value: "1"
|
||||
- name: OAUTH2_OIDC_PROVIDER_NAME
|
||||
value: Janky Solutions
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 8080
|
||||
|
|
Loading…
Reference in a new issue