Skip to main content

System Update Notification

Overview

Properties
Kindnotification:system-update
WhenAn existing system is deployed and updated in the marketplace on one of the configured triggerEnvironments
Recipient typesSystem Access Control List, Consumer Systems Owners
ModulesControlPlane
Trigger topicscoordinator.system-deployed

Additional configurations

To let witboost inform users about an update to an existing System, you need to configure the set of environments that fires this notification.

This can be done in your values.yaml by adding the following lines under the notifications section at the root level:

# inside your values.yaml
ui:
appConfig:
# ... other configurations ...
notifications:
systemUpdate:
triggerEnvironments: ['production']

The name of the environments should match any of the environments configured in your witboost installation. It should be one or more items listed under ui.appConfig.mesh.builder.environments.

JSON Schema

Loading ....