Skip to content

Commit

Permalink
node-manager: use pullPolicy: IfNotPresent for webhook (v0.2.x)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Serong <tserong@suse.com>
  • Loading branch information
tserong committed Sep 18, 2024
1 parent 82e6ac6 commit cc6d027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/harvester-node-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.3
version: 0.2.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/harvester-node-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ webhook:
replicas: 3
image:
repository: rancher/harvester-node-manager-webhook
pullPolicy: Always
tag: "master-head"
pullPolicy: IfNotPresent
tag: "v0.2.1"

0 comments on commit cc6d027

Please sign in to comment.