Skip to content

Commit

Permalink
bump version to 0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <[email protected]>
  • Loading branch information
losisin committed Nov 2, 2023
1 parent 240e586 commit 80b5f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ getDownloadURL() {
# If no version found (because of no git), try fetch from plugin
if [ -z "$version" ]; then
echo "No version found"
version=$(sed -n -e 's/version:[ "]*\([^"]*\).*/\1/p' plugin.yaml)
version=v$(sed -n -e 's/version:[ "]*\([^"]*\).*/\1/p' plugin.yaml)
fi

# Setup Download Url
DOWNLOAD_URL="https://github.com/${PROJECT_GH}/releases/download/${version}/${PROJECT_NAME}_${version}_${OS}_${ARCH}.tgz"
DOWNLOAD_URL="https://github.com/${PROJECT_GH}/releases/download/v${version}/${PROJECT_NAME}_${version#v}_${OS}_${ARCH}.tgz"
}

# downloadFile downloads the latest binary package and also the checksum
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "schema"
version: "0.1.4"
version: "0.1.5"
usage: "generate values.schema.json from values yaml"
description: "Helm plugin for generating values.schema.json from multiple values files."
ignoreFlags: false
Expand Down

0 comments on commit 80b5f69

Please sign in to comment.