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
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
tmctl and TriggerMesh components have independent lifecycles, meaning you can evolve the versions of tmctl and the triggermesh components independently.
How to update tmctl
There are 2 things you can update: tmctl itself, and the version of tm components that tmctl is using.
To update tmctl itself, you can do brew reinstall or ....
To update the version tm components used by tmctl, you need to update the tmctl config.
tmctl config set version ...
Updating TriggerMesh on K8s
If you've installed an older version of TriggerMesh, you can simply update it by following the installation guide with the latest versions of the CRDs and controllers or by using the latest helm chart.
Please carefully read the release notes before performing an update. There maybe be backwards incompatible changes to components that require changes to your configurations. It is the responsibility of the user to make the related changes.