numaproj / helm-charts

Helm charts for the Numaproj ecosystem projects.
Apache License 2.0
4 stars 3 forks source link

A script to upgrade Numaflow version #6

Closed whynowy closed 4 months ago

whynowy commented 8 months ago

Needs a script to update the Numaflow manifest templates for version upgrade.

th0ger commented 5 months ago

Is this helm chart safe to use, i.e. can it be pinned to specific stable numaflow version?

chandankumar4 commented 5 months ago

As per conversation with @whynowy for automating a numaflow upgrade is a bit hacky way as there is multiple things needs to be updated like: crd, configmap, deployment specs or values.yaml, where CRD is straight forward but not for others. So as part of this issue will be having CRDs update script and helm chart publish via github action.