From c1deb08df81d655de882b0adc8391210c6a05aa3 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sun, 19 Feb 2023 00:08:07 -0500 Subject: [PATCH] always pull gamma iamge --- .github/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/values.yaml b/.github/values.yaml index 597d16839e..62afb494f1 100644 --- a/.github/values.yaml +++ b/.github/values.yaml @@ -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: {}