v1.537.0
·
10 commits
to main
since this release
Fix: use v1 externalsecrets clusterstore if available @brucex (#32)
## what * Allow both v1 and v1beta of ClusterSecretStore * Removal unused valueswhy
- v1beta has been deprecated and does not work in ESO v.0.17.0+ (latest is 0.18.0)
- Having unused values passed through the helm chart is confusing
references
Summary by CodeRabbit
-
New Features
- The system now automatically selects the appropriate API version for secret store resources based on your Kubernetes cluster's supported versions.
-
Chores
- Simplified configuration by removing unused parameters from the module setup, reducing the amount of configuration required.