-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(workflows): update GitHub Actions for Helm chart automation #94
Conversation
@coderabbitai review |
Actions performedReview triggered.
|
WalkthroughThe recent updates introduce several GitHub Actions workflows to enhance the CI/CD pipeline. These workflows include checks for conventional commit messages, linting and testing Helm charts, releasing charts on tag pushes, and automating releases. Additionally, Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (5)
- .github/workflows/conventional-commits-check.yaml (1 hunks)
- .github/workflows/lint.yaml (1 hunks)
- .github/workflows/push.yaml (1 hunks)
- .github/workflows/release.yaml (1 hunks)
- .gitignore (1 hunks)
Files skipped from review due to trivial changes (5)
- .github/workflows/conventional-commits-check.yaml
- .github/workflows/lint.yaml
- .github/workflows/push.yaml
- .github/workflows/release.yaml
- .gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wonderful.
- I would like to see also some builds, lints and test for each PR. So we can verify basic things work before looking deeper into it. But I guess this also could be some GitHub marketplace bots.
- Also, building a chart with a prerelease would be nice on each merge and commit on main
I created some new issues related to that. |
Overview 📝
This update revises the GitHub Action workflow for releasing Helm charts, focusing on improving the process for pushing tags and managing releases to an OCI registry.
Details of Changes 🛠️
helm/[email protected]
for packaging anddocker/login-action@v3
for pushing charts to a specified OCI registry.8gears.container-registry.com
and pushing Helm charts directly to this OCI registry.Justification 📊
These changes are designed to streamline the release process by:
Discussion Point 🤔
In response to Issue #27 regarding the automation of Helm chart deployments to an OCI registry: while this setup enhances our deployment capabilities, I'd like to propose a discussion about potentially deploying our charts directly on GitHub Pages as well. This could simplify access and distribution. What are the considerations against using GitHub Pages for this purpose?
Action Requested 📬
Please review the proposed changes for their impact on our release process. Feedback, suggestions, or approval for merge would be greatly appreciated to enhance our Helm chart management strategy.
Summary by CodeRabbit
.gitignore
to exclude.idea
and.vscode
directories.