Skip to content

Commit

Permalink
[mq] working branch - merge 8cc1ec8 on top of main at 0ea2b7f
Browse files Browse the repository at this point in the history
{"baseBranch":"main","baseCommit":"0ea2b7f57be695da078aca64ccdc06c5b7b1d322","createdAt":"2024-06-21T07:30:34.958461Z","headSha":"8cc1ec8a621b36164bf6aad6796b9ad47d668dac","id":"24c11cab-2bb4-46d4-a74f-b709ceed8276","priority":"200","pullRequestNumber":"209","queuedAt":"2024-06-21T07:30:34.957862Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] committed Jun 21, 2024
2 parents 4e6c79e + 8cc1ec8 commit 88926e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/patch-chart.sh
Original file line number Diff line number Diff line change
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 88926e5

Please sign in to comment.