always pull gamma iamge

This commit is contained in:
Maidul Islam
2023-02-19 00:08:07 -05:00
parent 66f201746f
commit c1deb08df8

4
.github/values.yaml vendored
View File

@@ -7,7 +7,7 @@ frontend:
image:
repository: infisical/frontend
tag: "latest"
pullPolicy: IfNotPresent
pullPolicy: Always
kubeSecretRef: managed-secret-frontend
service:
annotations: {}
@@ -25,7 +25,7 @@ backend:
image:
repository: infisical/backend
tag: "latest"
pullPolicy: IfNotPresent
pullPolicy: Always
kubeSecretRef: managed-backend-secret
service:
annotations: {}