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

Backport of #963: Fix update krew-index job #964

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

tpantelis
Copy link
Contributor

Backport of #963 on release-0.17.

- The job did not get triggered when the 0.17.1 release was created.
  We were using the "on push tags" event trigger however this seems to
  apply if "git push" is used. We actually use "gh release create" so
  we need to use the "on release published" event trigger (I verified
  this works via a test job on my fork).

- The krew-release-bot action failed b/c it could not find our .krew.yaml
  file. We need to first check out the "releases" repository.

Signed-off-by: Tom Pantelis <[email protected]>
@submariner-bot
Copy link

🤖 Created branch: z_pr964/tpantelis/backport_963

@tpantelis tpantelis merged commit 11d600e into submariner-io:release-0.17 Apr 18, 2024
19 checks passed
@submariner-bot
Copy link

🤖 Closed branches: [z_pr964/tpantelis/backport_963]

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.

3 participants