Skip to content

Updated the workflow for bumping Helm chart versions #564

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

durgesh-ninave-crest
Copy link

Description

  • Updated the existing GitHub Action workflow to update Both Helm chart versions (bump_charts_version).
  • Added a new GitHub Action (bump_staging_chart_version) specifically to update the manifest_staging Helm chart with the latest changes merged into main

Working

  1. bump_charts_version workflow:
  • Triggered when a new release branch (release-x.x or release-x.x.x) is merged into main.
  • This workflow updates the Helm chart versions for both main and manifest_staging using the latest release tag.
  1. bump_staging_chart_version workflow:
  • Triggered when any branch is merged into main, except if the branch name starts with release.
  • After the merge, it creates a new build with the latest tag and updates the manifest_staging Helm chart with the corresponding version and tag.

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.

1 participant