Update Workbench Helm chart to version 2026.05.1#892
Merged
Conversation
- Updated chart version to 0.20.2 - Updated appVersion to 2026.05.1 - Updated ArtifactHub annotations - Added entry to NEWS.md - Updated version badges in README.md
ssinnott
approved these changes
Jun 16, 2026
The old bitnami-labs.github.io/sealed-secrets GitHub Pages repo now returns 404, breaking the install job. The chart is now published at bitnami.github.io/sealed-secrets.
ssinnott
approved these changes
Jun 16, 2026
GCRev
approved these changes
Jun 16, 2026
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.
Helm Chart Update
This PR updates the RStudio Workbench Helm chart:
Files Updated
charts/rstudio-workbench/Chart.yaml(version and appVersion)charts/rstudio-workbench/NEWS.md(added new entry)charts/rstudio-workbench/README.md(updated version badges)CI Fix
This PR also includes an unrelated CI fix needed to unblock the merge:
.github/workflows/chart-test.yaml— updated the SealedSecrets Helmrepo URL from
https://bitnami-labs.github.io/sealed-secretstohttps://bitnami.github.io/sealed-secrets.The old
bitnami-labs.github.ioGitHub Pages repo was retired and nowreturns
404 Not Found, which caused theinstalljob to fail at the"Install SealedSecrets Helm Chart" step on every PR. The chart is now
published at
bitnami.github.io/sealed-secrets; the new URL was verifiedto resolve the chart.
Testing
Please verify:
Generated by GitHub Actions