Skip to content

Commit

Permalink
Merge pull request #21 from snyk-labs/fix/revert-to-real-version
Browse files Browse the repository at this point in the history
fix: revert back to setting the version number
  • Loading branch information
maxjeffos authored Nov 5, 2019
2 parents 56ea1c3 + d41b179 commit 731bc2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "snyk"
version: "{{version}}"
version: "1.1.4"
usage: "Snyk Test Docker Images in Helm Charts"
description: |-
"Test your Helm Charts' Docker images with Snyk"
Expand Down
1 change: 0 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ else
fi
rm -rf bin && mkdir bin && mv $filename ./bin/$filename
sed -i.template "s/{{version}}/${latest_version}/g" plugin.yaml
echo "helm-snyk ${latest_version} is installed."
echo
Expand Down

0 comments on commit 731bc2d

Please sign in to comment.