Ahh, I see. We only install our own stuff via GitRepository currently (everything else is installed via HelmRepository/HelmRelease) so this process is a bit unusual for us
We usually follow tagged releases and use updatecli to update stuff so that seems like a better way to go
jawnsyy
08/16/2023, 6:58 PM
Maybe I'm getting mixed up between the Flux Kustomization and Kubernetes Kustomization heh
jawnsyy
08/16/2023, 8:00 PM
I definitely think an officially-published Helm chart would be more natural for us, FWIW. I see there's an open issue for that already.
One tricky thing is that we need to load the GitRepository and also update the image pin via newTag, so updatecli needs to handle both for us