-
Notifications
You must be signed in to change notification settings - Fork 200
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
tekton operator fails to deploy dashboard #468
Comments
The PR is merged, but it looks like the latest release did not contain the cherry-picked change? I'm still running into the same error as above with v0.50.1 Image used: However, when looking at the release notes it appears as if the changes were cherry-picked? Looks like something went wrong during one of the release steps or the change was (un)intentionally not included. |
I don't see the error anymore on |
I can reproduce with /assign |
|
Alright, there is a different way to fetch release payload from "in dev" and in the "release" script.. which is a problem. And we have either the fullaccess image or the readonly one in release, which is a problem too. |
Few PR to fix.
I am doing a 0.50.2 and 0.51.1 releases 😉 |
Thanks @vdemeester for the fix, the same issue is for |
@topijag yep, expect 0.50.2 and 0.51.1 releases in a few hours (if not earlier 😉 ) |
https://github.com/tektoncd/operator/releases/tag/v0.51.1 and https://github.com/tektoncd/operator/releases/tag/v0.50.2 released, we should be able to close this issue 👼🏼 |
Expected Behavior
The dashboard is not deployed via the operator with "all" profile
Actual Behavior
Steps to Reproduce the Problem
Follow operator install instructions with "all" profile.
Additional Info
1.22.1
Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
v0.28.2
The text was updated successfully, but these errors were encountered: