Skip to content

Commit

Permalink
Fix yq command in patch-chart.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m committed May 6, 2024
1 parent 9adcbcf commit 8cc1ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/patch-chart.sh
Expand Up @@ -17,5 +17,5 @@ source "$SCRIPTS_DIR/install-common.sh"
YQ="$ROOT/bin/$PLATFORM/yq"

# Update version in the helm chart
$YQ w -i "$ROOT/chart/watermarkpodautoscaler/Chart.yaml" "appVersion" "$VVERSION"
$YQ w -i "$ROOT/chart/watermarkpodautoscaler/values.yaml" "image.tag" "$VVERSION"
$YQ -i ".appVersion = \"$VVERSION\"" "$ROOT/chart/watermarkpodautoscaler/Chart.yaml"
$YQ -i ".image.tag = \"$VVERSION\"" "$ROOT/chart/watermarkpodautoscaler/values.yaml"

0 comments on commit 8cc1ec8

Please sign in to comment.