chore(helm): bump chart version to 0.7.0#3420
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the Helm chart version from
0.6.6to0.7.0.This release includes opt-in ExternalSecret support (merged in #3418), which is a backward-compatible new feature — a minor version bump per SemVer.
Changes in this chart version
externalsecret.yaml: new template — creates a namespace-scopedSecretStore+ExternalSecretwhenexternalSecret.enabled=true, pulling all keys from AWS Secrets Manager viadataFrom.extractsecret.yaml: skips inline Secret creation whenexternalSecret.enabled=true_helpers.tpl: addedchart-deco-studio.validateExternalSecret— fails fast on misconfiguration (missingsecretPath, conflict withsecret.secretName)validations.yaml: wires in the new validationvalues.yaml: newexternalSecretblock (enabled: falseby default — zero impact on existing deployments)Summary by cubic
Bumps the Helm chart to 0.7.0 to release opt-in ExternalSecret support for AWS Secrets Manager. Disabled by default and backward compatible.
externalSecretsupport (externalSecret.enabled=true) creating a namespaceSecretStoreandExternalSecret.secretPathor conflictingsecret.secretName) and skip inline Secret when ExternalSecret is enabled.Written for commit 5b6e6d7. Summary will update on new commits. Review in cubic