Update miniflux image tag

This commit is contained in:
Finn 2024-08-13 00:11:31 -07:00
parent 869c92d710
commit e390b1e675

View file

@ -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