Skip to content

Commit

Permalink
Merge pull request #516 from thomasferrandiz/multus-fix-version
Browse files Browse the repository at this point in the history
Fix multus chart version
  • Loading branch information
thomasferrandiz authored Sep 5, 2024
2 parents 5203bb8 + 06539bb commit f1cd0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rke2-multus/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ name: rke2-multus
sources:
- https://github.com/intel/multus-cni
type: application
version: 4.1.0
version: v4.1.0
2 changes: 1 addition & 1 deletion updatecli/scripts/update-multus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -n "$MULTUS_VERSION" ]; then
if [ "$current_multus_version" != "$MULTUS_VERSION" ]; then
echo "Updating Multus chart to $MULTUS_VERSION"
if [ "$app_version" != "$current_app_version" ]; then
sed -i "s/version: .*/version: $app_version/g" packages/rke2-multus/charts/Chart.yaml
sed -i "s/version: .*/version: v$app_version/g" packages/rke2-multus/charts/Chart.yaml
sed -i "s/appVersion: .*/appVersion: $app_version/g" packages/rke2-multus/charts/Chart.yaml
sed -i "s/ tag: $current_multus_version/ tag: $MULTUS_VERSION/g" packages/rke2-multus/charts/values.yaml
sed -i "s/ tag: $current_app_version/ tag: $app_version/g" packages/rke2-multus/charts/values.yaml
Expand Down

0 comments on commit f1cd0f1

Please sign in to comment.