-
Notifications
You must be signed in to change notification settings - Fork 69
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
helm 安装v2.2.0 报错 #208
Comments
@Gentleelephant @wanjunlei is this because the latest CRDs are not installed properly? |
@airufei The helm upgrade command will not upgrade the crd, you may need to upgrade the crd manually. Then run helm upgrade and set |
The installation is normal, but Webhook is still unable to send messages to Enterprise WeChat |
Webhook does not support sending to wechat, you can refer to https://github.com/kubesphere/notification-manager/blob/master/docs/crds/receiver.md#wechat-chatbot |
kind: Secret This one can't be executed, the second one is executed, but still can't send a notification, I read the log, there is no error, I don't know what the problem is。 |
Did you fill in the correct webhook url? The |
change namespace of secrets to kubesphere-monitoring-system will work. |
helm install notification-manager helm -n kubesphere-monitoring-system
Error: unable to build kubernetes objects from release manifest: error validating “": error validating data: [ValidationError(NotificationManager.spec): unknown field "groupLabels” in io.kubesphere.notification.v2beta2.NotificationManager.spec, ValidationError(NotificationManager.spec): unknown field “template” in io.kubesphere.notification.v2beta2.NotificationManager.spec]
The text was updated successfully, but these errors were encountered: