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: spec:
containers: containers:
- name: miniflux - name: miniflux
image: git.janky.solutions/finn/miniflux:disable-local-auth image: git.janky.solutions/finn/miniflux:custom-openid-provider-name
imagePullPolicy: Always imagePullPolicy: Always
resources: {} resources: {}
envFrom: envFrom:
@ -59,6 +59,8 @@ spec:
value: "1" value: "1"
- name: DISABLE_LOCAL_AUTH - name: DISABLE_LOCAL_AUTH
value: "1" value: "1"
- name: OAUTH2_OIDC_PROVIDER_NAME
value: Janky Solutions
ports: ports:
- name: web - name: web
containerPort: 8080 containerPort: 8080