Skip to content

Commit

Permalink
Keep the letter v at the beginning of the version number (#1802)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Hou <[email protected]>
  • Loading branch information
knative-prow-robot and houshengbo authored May 21, 2024
1 parent bf68d68 commit 2f7518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-yamls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi
echo "All manifests generated"

./hack/generate-helm.sh
HELM_CHARTS=${YAML_REPO_ROOT}/charts/knative-operator-${TAG:1}.tgz
HELM_CHARTS=${YAML_REPO_ROOT}/charts/knative-operator-${TAG}.tgz
all_yamls+=(${HELM_CHARTS})

for yaml in "${!all_yamls[@]}"; do
Expand Down

0 comments on commit 2f7518e

Please sign in to comment.