Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 28a1137

Browse files
authored
fix: set pullPolicy to Always since we are under development phase
1 parent 1311e98 commit 28a1137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/k8s/asyncapi-event-gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: asyncapi/event-gateway
7-
pullPolicy: IfNotPresent
7+
pullPolicy: Always
88
tag: "latest"
99

1010
imagePullSecrets: []

0 commit comments

Comments
 (0)