Skip to content

Commit

Permalink
Changed pullPolicy in helm chart to Always
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukgezici committed Nov 3, 2024
1 parent df8ed69 commit c87e968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: dorukgezici/subabot
pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"

Expand Down

0 comments on commit c87e968

Please sign in to comment.