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 0172c84 commit 3c07388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A Helm chart containing reuse templates
| defaults.health.port | int | `8081` | health port |
| defaults.health.readiness | object | `{"initialDelaySeconds":5,"path":"/readyz","periodSeconds":10}` | readiness probe parameters |
| defaults.health.startup | object | `{"failureThreshold":30,"path":"/readyz"}` | startup probe parameters |
| defaults.imagePullPolicy | string | `"Always"` | imagePullPolicy is the policy to use when pulling images for all charts |
| defaults.imagePullPolicy | string | `"IfNotPresent"` | imagePullPolicy is the policy to use when pulling images for all charts |
| defaults.imagePullSecret | string | `"github"` | imagePullSecret is the name of the secret that holds the docker registry credentials |
| defaults.istio.enabled | bool | `false` | toggle to enable/disable istio |
| defaults.istio.gateway.name | string | `"gateway"` | name of the gateway |
Expand Down
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 3c07388

Please sign in to comment.