You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
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}"
The text was updated successfully, but these errors were encountered:
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}"
The text was updated successfully, but these errors were encountered: