update image Pull Policy

To make it always pull the stable image
This commit is contained in:
Chad Walter Cummings 2022-02-17 19:00:35 -06:00 committed by GitHub
parent 8d5f6d63ea
commit f4327705a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ items:
- name: SMTP_TLS - name: SMTP_TLS
value: "on" value: "on"
image: friendica:stable image: friendica:stable
imagePullPolicy: IfNotPresent imagePullPolicy: Always
name: friendica name: friendica
resources: {} resources: {}
terminationMessagePath: /dev/termination-log terminationMessagePath: /dev/termination-log
@ -186,7 +186,7 @@ items:
- name: MYSQL_DATABASE - name: MYSQL_DATABASE
value: MYSQL_DATABASE value: MYSQL_DATABASE
image: friendica:stable image: friendica:stable
imagePullPolicy: IfNotPresent imagePullPolicy: Always
name: cron name: cron
resources: {} resources: {}
terminationMessagePath: /dev/termination-log terminationMessagePath: /dev/termination-log