Skip to content

fix: helm automation with correct version#3405

Merged
tekton-robot merged 1 commit intotektoncd:mainfrom
anithapriyanatarajan:fix-helm-automation
May 7, 2026
Merged

fix: helm automation with correct version#3405
tekton-robot merged 1 commit intotektoncd:mainfrom
anithapriyanatarajan:fix-helm-automation

Conversation

@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

Changes

Minor PR to fix helm release automtion failure

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide for more details.

Release Notes

NONE

Signed-off-by: Anitha Natarajan <anataraj@redhat.com>
@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label May 7, 2026
@anithapriyanatarajan
Copy link
Copy Markdown
Contributor Author

/kind misc

@tekton-robot tekton-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. kind/misc Categorizes issue or PR as a miscellaneuous one. labels May 7, 2026
@jkhelil
Copy link
Copy Markdown
Member

jkhelil commented May 7, 2026

/approve

@tekton-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jkhelil

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 7, 2026
@jkhelil
Copy link
Copy Markdown
Member

jkhelil commented May 7, 2026

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label May 7, 2026
@tekton-robot tekton-robot merged commit c79fc55 into tektoncd:main May 7, 2026
16 checks passed
@anithapriyanatarajan
Copy link
Copy Markdown
Contributor Author

/cherry-pick release-v0.79.x

@tekton-robot
Copy link
Copy Markdown
Contributor

Cherry-pick to release-v0.79.x failed!

The automatic cherry-pick to release-v0.79.x failed.

Output:

🤖 Starting cherry-pick process...
Fetching PR #3405 information...
Found merge commit: c79fc555811025d5d2c8cafac1e993184689d832
PR title: fix: helm automation with correct version
Fetching target branch: release-v0.79.x...
From https://github.com/tektoncd/operator
 * branch                release-v0.79.x -> FETCH_HEAD
Checking for existing cherry-pick PR...
Creating cherry-pick branch: cherry-pick-3405-to-release-v0.79.x...
Switched to a new branch 'cherry-pick-3405-to-release-v0.79.x'
branch 'cherry-pick-3405-to-release-v0.79.x' set up to track 'origin/release-v0.79.x'.
Fetching commits from PR #3405...
Found 1 commit(s) to cherry-pick
Fetching PR ref to make fork commits available locally...
From https://github.com/tektoncd/operator
 * branch                refs/pull/3405/head -> FETCH_HEAD
Cherry-picking commit 1/1: c234ed9c141bc26ccd4665a85d99a944b0a07b0b...
Auto-merging .github/workflows/helm-release.yaml
[cherry-pick-3405-to-release-v0.79.x 46c89d7b9] fix: helm automation with correct version
 Author: Anitha Natarajan <anataraj@redhat.com>
 Date: Thu May 7 16:10:53 2026 +0530
 1 file changed, 9 insertions(+)
Successfully cherry-picked all 1 commit(s)
Pushing cherry-pick branch...
To https://github.com/tektoncd/operator
 ! [remote rejected]     cherry-pick-3405-to-release-v0.79.x -> cherry-pick-3405-to-release-v0.79.x (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/helm-release.yaml` without `workflow` scope)
error: failed to push some refs to 'https://github.com/tektoncd/operator'
❌ ERROR: Failed to push branch 'cherry-pick-3405-to-release-v0.79.x' to remote. This might be due to missing 'workflow' scope on the token when modifying workflow files

Next steps:

  • Check the action logs for complete details
  • If the PR is not merged, merge it first and try again
  • If there are conflicts, you'll need to manually cherry-pick this PR

@tekton-robot
Copy link
Copy Markdown
Contributor

Cherry-pick to release-v0.79.x failed!

The automatic cherry-pick to release-v0.79.x failed.

Output:

🤖 Starting cherry-pick process...
Fetching PR #3405 information...
Found merge commit: c79fc555811025d5d2c8cafac1e993184689d832
PR title: fix: helm automation with correct version
Fetching target branch: release-v0.79.x...
From https://github.com/tektoncd/operator
 * branch                release-v0.79.x -> FETCH_HEAD
Checking for existing cherry-pick PR...
Creating cherry-pick branch: cherry-pick-3405-to-release-v0.79.x...
Switched to a new branch 'cherry-pick-3405-to-release-v0.79.x'
branch 'cherry-pick-3405-to-release-v0.79.x' set up to track 'origin/release-v0.79.x'.
Fetching commits from PR #3405...
Found 1 commit(s) to cherry-pick
Fetching PR ref to make fork commits available locally...
From https://github.com/tektoncd/operator
 * branch                refs/pull/3405/head -> FETCH_HEAD
Cherry-picking commit 1/1: c234ed9c141bc26ccd4665a85d99a944b0a07b0b...
Auto-merging .github/workflows/helm-release.yaml
[cherry-pick-3405-to-release-v0.79.x 461ddff26] fix: helm automation with correct version
 Author: Anitha Natarajan <anataraj@redhat.com>
 Date: Thu May 7 16:10:53 2026 +0530
 1 file changed, 9 insertions(+)
Successfully cherry-picked all 1 commit(s)
Pushing cherry-pick branch...
To https://github.com/tektoncd/operator
 ! [remote rejected]     cherry-pick-3405-to-release-v0.79.x -> cherry-pick-3405-to-release-v0.79.x (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/helm-release.yaml` without `workflow` scope)
error: failed to push some refs to 'https://github.com/tektoncd/operator'
❌ ERROR: Failed to push branch 'cherry-pick-3405-to-release-v0.79.x' to remote. This might be due to missing 'workflow' scope on the token when modifying workflow files

Next steps:

  • Check the action logs for complete details
  • If the PR is not merged, merge it first and try again
  • If there are conflicts, you'll need to manually cherry-pick this PR

@anithapriyanatarajan
Copy link
Copy Markdown
Contributor Author

/cherry-pick release-v0.79.x

@tekton-robot
Copy link
Copy Markdown
Contributor

Cherry-pick to release-v0.79.x successful!

A new pull request has been created to cherry-pick this change to release-v0.79.x.

PR: #3407

Please review and merge the cherry-pick PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants