Skip to content

Commit

Permalink
Update chart image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Jul 17, 2024
1 parent 1ee3238 commit 48a6c73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ builds:
id: rancher-flat-network-cni
binary: rancher-flat-network-cni


release:
prerelease: auto

Expand Down
14 changes: 7 additions & 7 deletions charts/rancher-flat-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ flatNetworkOperator:
memory: "512M"
image:
repository: "cnrancher/rancher-flat-network-operator"
tag: "v0.0.0"
pullPolicy: Always
tag: v0.0.0
pullPolicy: IfNotPresents

# Configuration for rancher-flat-network-deploy
deploy:
Expand All @@ -28,15 +28,15 @@ deploy:
rolloutSchedule: "0 0 1 * *"
image:
repository: "cnrancher/rancher-flat-network-deploy"
tag: "v0.0.0"
pullPolicy: Always
tag: v0.0.0
pullPolicy: IfNotPresent

# Configuration for rancher-flat-network-cni
flatNetworkCNI:
image:
repository: "cnrancher/rancher-flat-network-cni"
tag: "v0.0.0"
pullPolicy: Always
tag: v0.0.0
pullPolicy: IfNotPresent

# Configuration for multus-cni
multus:
Expand All @@ -46,7 +46,7 @@ multus:
image:
repository: "cnrancher/hardened-multus-cni"
tag: "v4.0.2-rancher1"
pullPolicy: Always
pullPolicy: IfNotPresent

global:
cattle:
Expand Down
2 changes: 1 addition & 1 deletion scripts/chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sed -i \
build/charts/rancher-flat-network/Chart.yaml

sed -i \
-e 's/tag:.*/tag: '${TAG}'/' \
-e 's/tag: v0.0.0/tag: "'${TAG}'"/' \
build/charts/rancher-flat-network/values.yaml

helm package -d ./dist/artifacts ./build/charts/rancher-flat-network

0 comments on commit 48a6c73

Please sign in to comment.