Skip to content

Commit

Permalink
fix(charts): update imagePullPolicy to IfNotPresent and bump version …
Browse files Browse the repository at this point in the history
…to 0.2.8
  • Loading branch information
nexus49 committed Feb 10, 2025
1 parent ef13a5b commit 6bd92d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart containing reuse templates

type: library

version: 0.2.7
version: 0.2.8
2 changes: 1 addition & 1 deletion charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
imagePullSecret: "github"

# -- imagePullPolicy is the policy to use when pulling images for all charts
imagePullPolicy: Always
imagePullPolicy: IfNotPresent

deployment:
resources:
Expand Down

0 comments on commit 6bd92d3

Please sign in to comment.