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

Commit

Permalink
fix: set pullPolicy to Always since we are under development phase
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Dec 14, 2021
1 parent 1311e98 commit 28a1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/k8s/asyncapi-event-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: asyncapi/event-gateway
pullPolicy: IfNotPresent
pullPolicy: Always
tag: "latest"

imagePullSecrets: []
Expand Down

0 comments on commit 28a1137

Please sign in to comment.