When running "./konvoy up" or "./konvoy deploy addons" you might notice a warning in the output that resembles the following:
This indicates that an addon was defined in your cluster.yaml that isn't a valid Konvoy addon.
In this case, it could be due to Helm being removed from the list of addons after Konvoy version 1.4.
If you receive this error, look for Helm in the addons block of your cluster.yaml file:
Remove that section from your cluster.yaml and re-run the command that was previously failing to resolve this warning.
FAILED: addon defined in cluster.yaml, but not found in addon config: helm
This indicates that an addon was defined in your cluster.yaml that isn't a valid Konvoy addon.
In this case, it could be due to Helm being removed from the list of addons after Konvoy version 1.4.
If you receive this error, look for Helm in the addons block of your cluster.yaml file:
- name: helm enabled: true
Remove that section from your cluster.yaml and re-run the command that was previously failing to resolve this warning.