-
Notifications
You must be signed in to change notification settings - Fork 21
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
Bump helm chart on release #134
Conversation
* add small example on proxying behaviour * Fix incorrect custom resource section
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.
Looks great! Amazing job
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!
concurrency: | ||
group: "build" | ||
cancel-in-progress: true |
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.
I didn't know about this feature... this is great!
This PR...
Changes
Adds Github workflow to automatically bump appVersion and chart patch version unless there are changes to CRD or RBAC, in which case we're notified to do that manually.
Adds concurrency limits on jobs.
Fixes
Checklist