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

Add github action for helm chart release and verify #12

Merged
merged 4 commits into from
May 29, 2024

Conversation

chandankumar4
Copy link
Collaborator

@chandankumar4 chandankumar4 commented May 22, 2024

Fixes: #6

  • Add github action for helm chart release and lint check
  • Add script for update numaflow crds

Note: Have verified the helm chart release changes via github action with version 0.0.3

Signed-off-by: chandankumar4 <chandan.kr404@gmail.com>
Signed-off-by: chandankumar4 <chandan.kr404@gmail.com>
@chandankumar4 chandankumar4 force-pushed the chart-release branch 2 times, most recently from adc6670 to e031465 Compare May 22, 2024 08:27
Signed-off-by: chandankumar4 <chandan.kr404@gmail.com>
@chandankumar4 chandankumar4 marked this pull request as ready for review May 22, 2024 08:30
@chandankumar4 chandankumar4 requested a review from whynowy May 22, 2024 08:30
on:
push:
branches:
- main
Copy link
Member

Choose a reason for hiding this comment

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

Shall we use a tag to trigger the release? Otherwise every time there's a merge to main, it triggers a release?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yaa, that can be also done btw via current way also it won't publish any release unless there is version chance in chart.yaml

Copy link
Collaborator Author

@chandankumar4 chandankumar4 May 27, 2024

Choose a reason for hiding this comment

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

I don't think that we can use tag to release, as the github action(helm/chart-releaser-action) used inside workflow is itself creating release tag based on changed on main branch and here example also suggesting to use push on main branch

@chandankumar4 chandankumar4 force-pushed the chart-release branch 7 times, most recently from cddc1e2 to a43a101 Compare May 27, 2024 06:13
@chandankumar4 chandankumar4 marked this pull request as draft May 27, 2024 06:13
Signed-off-by: chandankumar4 <chandan.kr404@gmail.com>
Copy link
Member

@whynowy whynowy left a comment

Choose a reason for hiding this comment

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

LGTM!

@whynowy whynowy merged commit 9b54d2a into numaproj:main May 29, 2024
3 checks passed
@chandankumar4 chandankumar4 deleted the chart-release branch May 30, 2024 09:15
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.

A script to upgrade Numaflow version
2 participants