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
Describe the bug
If I use self-defind project instead of the project Default/default,It will fail to create applicaion of helm chart. It can't load helm chart normally from helm repository.
To Reproduce
Steps to reproduce the behavior:
I create a project as follow:
I create a target and a envronments using the project above:
I distribute the [helm repository config] to the target above:
I can find the serect distributed above in the namesapce of canary-1.
I create an application using project above ,It fail.
I check it again by the same steps using the project Default(default),It works.
So I think the cause of the problem is my-definded project.
7. Even if you use the Default Project to create the target and environments, if you only distribute [harbor-repository-config] to the target and not to the Default/local target, you cannot create an application.The same error happened again.I don't understand why the secret distributed can't been used.
Expected behavior
It can load helm chart normally on the page of velaux .
KubeVela Version
[root@xy-5-server14 velaux]# kubectl version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.10", GitCommit:"5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02", GitTreeState:"clean", BuildDate:"2023-01-18T19:15:31Z", GoVersion:"go1.19.5", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.10", GitCommit:"5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02", GitTreeState:"clean", BuildDate:"2023-01-18T19:08:10Z", GoVersion:"go1.19.5", Compiler:"gc", Platform:"linux/amd64"}
[root@xy-5-server14 velaux]# vela version'>> ^C
[root@xy-5-server14 velaux]# vela version
CLI Version: 1.8.2
Core Version: 1.8.2
GitRevision: git-360f69be
GolangVersion: go1.19.9
The text was updated successfully, but these errors were encountered:
Describe the bug
If I use self-defind project instead of the project Default/default,It will fail to create applicaion of helm chart. It can't load helm chart normally from helm repository.
To Reproduce
Steps to reproduce the behavior:
I create a project as follow:
I create a target and a envronments using the project above:
I distribute the [helm repository config] to the target above:
I can find the serect distributed above in the namesapce of canary-1.
I create an application using project above ,It fail.
I check it again by the same steps using the project Default(default),It works.
So I think the cause of the problem is my-definded project.
7. Even if you use the Default Project to create the target and environments, if you only distribute [harbor-repository-config] to the target and not to the Default/local target, you cannot create an application.The same error happened again.I don't understand why the secret distributed can't been used.
Expected behavior
It can load helm chart normally on the page of velaux .
KubeVela Version
The text was updated successfully, but these errors were encountered: