Skip to content
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: adding workflow dispatch to helm-chart workflow #558

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

pauldotyu
Copy link
Contributor

@pauldotyu pauldotyu commented Aug 13, 2024

Reason for Change:
To be able to run helm chart publish workflows on demand. I noticed the latest version (0.3.0) of the helm chart is not published to https://azure.github.io/kaito/charts/kaito and looks like this can be resolved by simply re-running the publish workflow (without creating a new release).

Confirmed this works in my fork of the kaito repo. Re-running the workflow published new chart version 0.3.0 (with app version 0.3.0)

Requirements

  • added unit tests and e2e tests (if applicable).

Issue Fixed:

Notes for Reviewers:

Verify helm chart and app versions

helm repo add kaito https://azure.github.io/kaito/charts/kaito
helm search repo --versions kaito/workspace
helm search repo --versions kaito/gpu-provisioner

Copy link
Collaborator

@helayoty helayoty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contribution. LGTM

@helayoty helayoty merged commit eaa1516 into kaito-project:main Aug 14, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants