helm-ssm
helm-ssm copied to clipboard
Injects values from AWS SSM parameters on the values.yaml file
When this line is executed with OS=linux, a string containing 2 URLs are returned and then the download curl fails due to malformed URL: https://github.com/codacy/helm-ssm/blob/7f64ef24bda8acd980a327a0322dfd5339267a25/install-binary.sh#L62 Here is what is returned:...
Issue: The installation for helm-ssm is not working with Mac M1 chips. Installation gives the following error: % helm plugin install https://github.com/codacy/helm-ssm No prebuild binary for macos-arm64. Failed to install...
cannot download and install: helm version version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.17.4"} ``` $ helm plugin install https://github.com/codacy/helm-ssm Downloading https://github.com/codacy/helm-ssm/releases/download/3.1.9/helm-ssm-linux-arm.tgz https://github.com/codacy/helm-ssm/releases/download/3.1.9/helm-ssm-linux.tgz curl: (3) URL using bad/illegal format or missing URL Failed to...
Due to the addition of linux-arm - when trying to CURl it will output 2 download url: - Linux - Linux-arm Therefore, we should differentiate the 2 with suffix: linux.tgz...
Hi, I wanted to umderstand how the plugin fetch and replace the parameter's value with the place holder variable? Does it store the fetched values from ssm parameter store in...
This adds the ability to set a "default" prefix globally. The prefix can still be overridden on an individual parameter.
Hi! Added a fix for both ARM + Linux users
When `ssm` is used as a filter, it doesn't order its arguments correctly (namely `{{ parameter | ssm options}}` becomes `{{ ssm options parameter }}` instead of `{{ ssm parameter...
while trying to use helm plugin install with "--version" option, install-binary.sh always ignore it and install the latest version ````shell getDownloadURL() { # Use the GitHub API to find the...