dailyclean
dailyclean copied to clipboard
Helm Chart & Automated Release
🚀 New Feature: Helm Chart & Automated Release
What's changed:
-
Helm Chart Added: I've added a new Helm chart to the repository. This will allow users to easily deploy the application using Helm.
-
GitHub Action with Helm Chart Releaser: To ensure that our Helm chart is automatically released, I've integrated
helm/chart-releaser-action
. This GitHub action will package the Helm chart and release it using GitHub Pages every time there's a change.- 📖 According to the official documentation, for this to function properly, we need to set up GitHub Pages with the
gh-pages
branch. I recommend verifying this configuration in the repository settings.
- 📖 According to the official documentation, for this to function properly, we need to set up GitHub Pages with the
Next Steps:
- Review and merge this PR.
- Create a new branch
gh-pages
frommain
and ensure that the branch is set as the source branch for GitHub Pages in the repository settings.
Looking forward to feedback and suggestions!