chore(kube-external-secrets): bump wrapper to upstream chart 0.13.0#27
Merged
Conversation
Sync Chart.yaml dependency and replicate upstream default values under spec from external-secrets chart 0.13.0 (first 0.13 release).
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.
Description
Bump the
kube-external-secretswrapper to the first available 0.13 upstream release: external-secrets Helm chart 0.13.0 (operator v0.13.0).Chart.yaml: chartversion/appVersion0.13.0, dependency pinned to 0.13.0values.yaml:specdefaults regenerated fromhelm show values external-secrets/external-secrets --version 0.13.0Dependencies: After merge and publish, consumers should pin the JetBrains OCI chart to 0.13.0.
Type of change
How Has This Been Tested?
helm dependency updateincharts/kube-external-secretshelm template test . --namespace kube-public(renders successfully; subchartspec-0.13.0)values.yamlwith PyYAMLChecklist:
Chart.yamlwith a new version number, following Semantic Versioning.CHANGELOG.mdwith the new version number and a summary of my changes.Additional Information
Breaking: Chart version moves 0.12.1 → 0.13.0. Terraform / Helm pins must be updated. Review External Secrets release notes for v0.13.0 when upgrading clusters.
This PR includes only
charts/kube-external-secrets/; other local changes were left unstaged.Screenshots
N/A
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.