zendesk / helm-secrets

DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere
Apache License 2.0
1.16k stars 155 forks source link

Upgrade SOPS version to 3.6.0 #164

Closed chrisduong closed 4 years ago

chrisduong commented 4 years ago

I think it would be nice if we allow the user to install their own SOPS version or latest one. Now the current SOPS version is 3.0.4 which is very outdated.

I had faced a problem with oudated SOPS version such as SOPS use the wrong IAM role.

I think this simple fix is enough, in the install-binary.sh

SOPS_VERSION="${SOPS_VERSION:-3.6.0}"