ship
ship copied to clipboard
Provide option to use Kustomize 2.10+
It seems like the current version only supports 2.0.3. We are using ArgoCD for GitOps and Ship to manage upstream Helm Charts, and they just abandoned < 2.10 in the recent 1.2.0-RC1 version... which means that we have to manually transfer all the bases:
back and forth from resources:
to update our Helm charts (change values, upgrade from upstream...).
That's certainly something we should be doing, let me see what it will take!
(Since I think we'll have to do that bases
/resources
migration ourselves, among other things)
Little gentle ping :slightly_smiling_face:, any ETA for this? I want to update my ArgoCD deployment, and this is the blocker... if it's a hard one, I guess I'll look into making my own Docker image of ArgoCD to use 2.0.3 until this will be possible...