dailyclean icon indicating copy to clipboard operation
dailyclean copied to clipboard

Helm Chart & Automated Release

Open David-Crty opened this issue 1 year ago • 0 comments

🚀 New Feature: Helm Chart & Automated Release

What's changed:

  1. Helm Chart Added: I've added a new Helm chart to the repository. This will allow users to easily deploy the application using Helm.

  2. 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.

Next Steps:

  • Review and merge this PR.
  • Create a new branch gh-pages from main and ensure that the branch is set as the source branch for GitHub Pages in the repository settings.

Looking forward to feedback and suggestions!

David-Crty avatar Aug 24 '23 12:08 David-Crty