-
Bug
-
Resolution: Won't Do
-
Major
-
Pipelines 1.9.0, Pipelines 1.9.1, Pipelines 1.9.2
-
None
-
3
-
False
-
None
-
False
-
-
-
Pipelines Sprint 239, Pipelines Sprint 240, Pipelines Sprint 241, Pipelines Sprint 242
Description of problem:
After the upgrade to OpenShift Pipelines 1.9.x the tektoninstallerset show the following error:
$ omc get tektoninstallerset | grep False pipeline-main-deployment-4qzvf False Webhook: tekton-pipelines-webhook deployment not ready pipeline-main-static-l6jmz False Install failed with message: CustomResourceDefinition.apiextensions.k8s.io "clustertasks.tekton.dev" is invalid: status.storedVersions[0]: Invalid value: "v1alpha1": must appear in spec.versions
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Not easily reproducible
Actual results:
omc get crd clustertasks.tekton.dev -o json | jq '.status.storedVersions' [ "v1alpha1", "v1beta1" ]
Expected results:
omc get crd clustertasks.tekton.dev -o json | jq '.status.storedVersions' [ "v1beta1" ]
Reproducibility (Always/Intermittent/Only Once):
Intermittent
Build Details:
Additional info (Such as Logs, Screenshots, etc):
- clones
-
SRVKP-2935 Upgrade to version 1.9.x results in the following error: Install failed with message: ... status.storedVersions[0]: Invalid value: \"v1alpha1\": must appear in spec.versions
- Closed