docs(strapi): sync 5.49.0 default#385
Merged
Merged
Conversation
📝 WalkthroughWalkthroughDocumentation for the Strapi Helm chart is updated to reference version 5.49.0 instead of 5.47.1 across base image descriptions, examples, Dockerfile snippets, and configuration tables. A new Upgrade Notes section is added. The playground config registers the strapi chart. ChangesStrapi 5.49.0 docs and playground registration
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 8, 2026
## Summary - Bump HelmForge Strapi base image from 5.47.1 to 5.49.0. - Update chart defaults, tests, README, and site documentation. - Clear existing template standards warnings by adding the validate helper, canonical ExternalSecret template name, numbered NOTES sections, and playground registration. Closes #704. ## Upstream Evidence - Strapi release: https://github.com/strapi/strapi/releases/tag/v5.49.0 - Release state: stable, not draft, not prerelease; published 2026-06-24. - Image verified: docker.io/helmforge/strapi-base:5.49.0 - Manifest platforms verified: linux/amd64, linux/arm64. - Checked newer upstream v5.50.0, but docker.io/helmforge/strapi-base:5.50.0 is not published yet, so 5.49.0 is the newest available HelmForge base image for this chart. - Relevant upstream notes: MCP builder exports, upload provider enhancements, dashboard/admin fixes, safer large upload MIME detection, dependency security updates, and a Content Manager shortcut behavior change where Cmd/Ctrl+Enter saves draft and Cmd/Ctrl+Shift+Enter publishes. ## Site Sync - helmforgedev/site#385 ## Validation - make image-verify IMAGE=docker.io/helmforge/strapi-base:5.49.0 - make image-verify IMAGE=docker.io/helmforge/strapi-base:5.50.0: expected missing, confirms no newer base image exists yet - make deps-check CHART=strapi - helm unittest charts/strapi: 11 suites, 39 tests - make standards-check CHART=strapi - node scripts/charts/template-standards-check.js --chart strapi - make site-sync-check CHART=strapi - make validate-chart CHART=strapi: passed 18 layers, including k3d behavioral validation for default and all Strapi CI scenarios - make release-check REPO=charts - make attribution-check REPO=charts <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Upgraded the Strapi chart to version **5.49.0**. * Added improved install/deploy validation during chart rendering. * Updated upgrade notes and documentation to reflect the latest Strapi release. * **Bug Fixes** * Refined deployment checks to help catch invalid configuration earlier. * Updated default image references and test expectations to match the new release. * **Documentation** * Renumbered chart notes sections for clearer navigation. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: MergeCheck <mergecheck@example.invalid>
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.
Summary
Validation
Charts PR: helmforgedev/charts#723
Summary by CodeRabbit
Documentation
5.49.0image tag in examples, tables, and configuration snippets.New Features