-
Notifications
You must be signed in to change notification settings - Fork 3
Add simple release process and info for custom helm repo. #20
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
Add simple release process and info for custom helm repo. #20
Conversation
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.
Overall looks good, couple small comments and nits!
Thanks for the input :) I've addressed all comments as part of 200d198 |
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.
lgtm after the changes
@maysunfaisal @Jdubrick I'll need a re-approval / review after one small change I've added. Thanks! |
What does this PR do?:
Chart.yaml
wascharts/ai-software-templates/chatbot/0.1.0
and the new one is `charts/ai-software-templates/chatbot/.chart-releaser.yaml
is replaced with therelease.yaml
. So everytime we cut a new release, e.gv0.1.0
the helm packages are pinned.ai-lab-helm-charts
repository, adds instructions on how someone can create a custom repository for their fork.Which issue(s) this PR fixes:
https://issues.redhat.com/browse/DEVAI-210
PR acceptance criteria:
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened and linked to this PR, if they are not in the PR scope due to various constraints.
How to test changes / Special notes to the reviewer:
I have tested the release.yaml here: https://github.com/thepetk/ai-lab-helm-charts/releases/tag/v0.1.0
FYI in case someone wants to import the updated helm repository in their cluster feel free to use my github pages here: https://thepetk.github.io/ai-lab-helm-charts/ as helm repo.