mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
always pull gamma iamge
This commit is contained in:
4
.github/values.yaml
vendored
4
.github/values.yaml
vendored
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user