Helm Secrets Versions Save

DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere

v1.2.3

6 years ago

v1.2.2

6 years ago

This release will fix replacing secrets name with decrypted name when the wrapper is used.

v1.2.1

6 years ago
  • Multiple small fixes and improvements

v1.2.0

6 years ago
  • Now you can use secrets.yaml path to the encrypted file with the helm-wrapper (helm -f option) like normal values.yaml files and all will be decrypted/cleaned on-the-fly
  • Cleanup now works when you pointing .dec file, encrypted secret file (will find corresponding .dec file) or directory (will find all .dec files)
  • Improved tests for already encrypted and cleanup options
  • Small bugfixes and cleanup

v1.1.2

7 years ago
  • You can now overwrite default behavior using ENV variables KMS_USE=false/true and DECRYPT_CHARTS=false/true
  • Some colors in wrapper for better visibility of wrapper sections over helm output

v1.1.1

7 years ago
  • Testing clean option in helm-secrets plugin

v1.1

7 years ago
  • Adding initial tests
  • Examples of helm-secrets usage with helm vars dir structure
  • Some typo fixes and Readme extending

v1.0

7 years ago

Based on our internal plugin used from some time with internal charts. This is V2 of a plugin which now supports SOPS as backend and V1 version used plain PGP and it was difficult to use in everyday work in multi-user GIT environment.