Closed githubcdr closed 3 years ago
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: gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/kubernetes/operator:v0.50.1@sha256:17b929be5820848b7dea3bc80f6a257486c0a004e08768d56da936f50521ceff
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 v0.50.1
but I don't see the dashboard installed either by using profile all
.
Is it somewhere else that it needs to be enabled?
I can reproduce with v0.50.1
indeed 🤔 Looking into this.
/assign
/var/run/ko/HEAD
is missing too.. 🤔
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 v0.51.0
@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