chore(chart-deps): update sealed-secrets to version 2.19.1 - #3514
Draft
svcAPLBot wants to merge 1 commit into
Draft
chore(chart-deps): update sealed-secrets to version 2.19.1#3514svcAPLBot wants to merge 1 commit into
svcAPLBot wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the vendored sealed-secrets Helm chart dependency to chart version 2.19.1 (controller appVersion/image tag 0.38.4) and aligns the chart’s docs/metadata with upstream, including new security context defaults and optional PrometheusRule support.
Changes:
- Bump sealed-secrets chart version to 2.19.1 and controller image/appVersion to 0.38.4.
- Add optional
metrics.prometheusRulevalues and a newPrometheusRuletemplate. - Update documentation and dashboard links from
bitnami-labs/sealed-secretstobitnami/sealed-secrets.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| charts/sealed-secrets/values.yaml | Bumps controller image tag and introduces podSecurityContext.seccompProfile, containerSecurityContext.allowPrivilegeEscalation, and metrics.prometheusRule configuration. |
| charts/sealed-secrets/templates/prometheusrule.yaml | Adds a new PrometheusRule template gated by metrics.prometheusRule.enabled. |
| charts/sealed-secrets/templates/NOTES.txt | Updates kubeseal installation link to the new GitHub org/repo. |
| charts/sealed-secrets/README.md | Updates repo URLs and parameter docs to match the bumped chart and new values. |
| charts/sealed-secrets/dashboards/sealed-secrets-controller.json | Updates the dashboard “GitHub” link to the new repo location. |
| charts/sealed-secrets/Chart.yaml | Bumps chart version/appVersion and updates project URLs. |
| charts/sealed-secrets/artifacthub-repo.yml | Adds Artifact Hub repository metadata. |
| charts/dependencies.yaml | Bumps sealed-secrets dependency version to 2.19.1. |
| apps.yaml | Updates sealed-secrets appVersion metadata. |
Suppressed comments (1)
apps.yaml:205
repo,maintainers, andrelatedLinksstill point to the oldbitnami-labs/sealed-secretsGitHub location even though the chart/docs links elsewhere in this PR were updated tobitnami/sealed-secrets. This makes the app metadata inconsistent for users/UI links.
repo: https://github.com/bitnami-labs/sealed-secrets
maintainers: Bitnami Labs
relatedLinks:
- https://github.com/bitnami-labs/sealed-secrets/tree/main/docs
Comment on lines
+36
to
+38
| - alert: {{ .alert }} | ||
| expr: | | ||
| {{ .expr | nindent 12 }} |
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.
This PR updates the dependency sealed-secrets to version 2.19.1.