You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tianyue@kubeblocks-addons % helm search repo kubeblocks-addons/opensearch --versions --devel | grep 1.0.0
kubeblocks-addons/opensearch 1.0.0-alpha.0 2.7.0 Open source distributed and RESTful search engine.
kubeblocks-addons/opensearch-cluster 1.0.0-alpha.0 2.7.0 A Helm chart for OpenSearch Cluster
install failed with error
tianyue@kubeblocks-addons % helm upgrade -i kb-addon-opensearch kubeblocks-addons/opensearch --version 1.0.0-alpha.0 -n kb-system
Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: resource mapping not found for name: "opensearch-2.7.0" namespace: "" from "": no matches for kind "ClusterVersion" in version "[apps.kubeblocks.io/v1alpha1](http://apps.kubeblocks.io/v1alpha1)"
ensure CRDs are installed first
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % helm upgrade -i kb-addon-weaviate kubeblocks-addons/weaviate --version 1.0.0-alpha.0 -n kb-system
Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: [resource mapping not found for name: "weaviate-backup-policy-template" namespace: "" from "": no matches for kind "BackupPolicyTemplate" in version "apps.kubeblocks.io/v1alpha1"
ensure CRDs are installed first, resource mapping not found for name: "weaviate-1.18.0" namespace: "" from "": no matches for kind "ClusterVersion" in version "apps.kubeblocks.io/v1alpha1"
ensure CRDs are installed first]
===> weaviate has the same problem, please fix them together. Thanks!
tianyue@apeclouds-MacBook-Pro kbcli % helm upgrade -i kb-addon-oceanbase-ce kubeblocks-addons/oceanbase-ce --version 1.0.0-alpha.0 -n kb-system
Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: [resource mapping not found for name: "ob-ce-backup-policy-template" namespace: "" from "": no matches for kind "BackupPolicyTemplate" in version "apps.kubeblocks.io/v1alpha1"
ensure CRDs are installed first, resource mapping not found for name: "ob-ce-4.3.0.1-100000242024032211" namespace: "" from "": no matches for kind "ClusterVersion" in version "apps.kubeblocks.io/v1alpha1"
ensure CRDs are installed first]
tianyue@apeclouds-MacBook-Pro kbcli % helm upgrade -i kb-addon-apecloud-postgresql kubeblocks-addons/apecloud-postgresql --version 1.0.0-alpha.0 -n kb-system
Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: [resource mapping not found for name: "ac-postgresql-14.11" namespace: "" from "": no matches for kind "ClusterVersion" in version "apps.kubeblocks.io/v1alpha1"
ensure CRDs are installed first, resource mapping not found for name: "kb.classes.default.apecloud-postgresql.postgresql" namespace: "" from "": no matches for kind "ComponentClassDefinition" in version "apps.kubeblocks.io/v1alpha1"
ensure CRDs are installed first]
===>oceanbase-ce and apecloud-postgresql have the same problem.
Describe the env
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: