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] Helm chart workflow fix #3918

Merged
merged 4 commits into from
Jan 24, 2025
Merged

[CI] Helm chart workflow fix #3918

merged 4 commits into from
Jan 24, 2025

Conversation

sotojn
Copy link
Contributor

@sotojn sotojn commented Jan 24, 2025

This PR makes the following changes:

  • Adds a GitHub App token to the build-and-publish-helm-charts ci job with the correct permissions
    • This fixes an issue where the job would fail because it couldn't push the index.yaml into the master branch
  • Adds ignore path to the merge to master pipeline because Github Apps can trigger other ci pipelines
    • This specifically ignores re-triggering the pipeline in the event index.yaml is merged with master
  • Makes change to build-docs ci job that will checkout the latest changes from the master branch
    • This resolves an issue where in a previous pipeline we push to the master branch and don't receive the expected changes that are necessary for the build-docs job

@sotojn sotojn self-assigned this Jan 24, 2025
@sotojn sotojn requested a review from godber January 24, 2025 20:56
@godber godber merged commit d5db66e into master Jan 24, 2025
46 checks passed
@godber godber deleted the helm-chart-workflow-fix branch January 24, 2025 21:51
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