Update mealie

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-12-07 19:53:02 +00:00
parent abd13adebb
commit d9ace27ac8
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ spec:
containers:
- name: frontend
image: hkotel/mealie:frontend-nightly
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
envFrom:
- secretRef:
name: mealie
@ -79,7 +79,7 @@ spec:
name: data
- name: api
image: hkotel/mealie:api-nightly
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
envFrom:
- secretRef:
name: mealie