Skip to content

Version 1.15.0 / 2021-06-27

Compare
Choose a tag to compare
@ricoberger ricoberger released this 27 Jun 19:25

Features

Breaking Changes

  • Set Vault address via environment variable (#113) by @jaredallard: It is now possible to set the Vault address via the environmentVars value in the Helm chart. The default value for the vault.address is now a an empty string.
  • Fix CRD installation (#111) by @rxbn: The installation of the VaultSecret CRD now follows the Helm best practices. For that the CRD was moved to an crds folder and the crd.create value was removed.