Andrew Lavery

Results 52 comments of Andrew Lavery

I've been able to reproduce this - it seems that Helm is throwing an error

Well, updating helm didn't resolve the issue (but I merged it anyways as #966 since that needed to happen eventually) Still investigating

One thing we could do (besides the 4 solutions you've proposed) is add a textbox for a list of aliases to the current helm template settings step - hide it...

I think we already have an 'advanced' dropdown to allow changing the helm namespace - it could go in there, which wouldn't really increase the business of that page. (it...

Copying part of my comment from there for future reference: > For kustomize to patch CRDs you need a set of custom transformer configs: https://github.com/kubernetes-sigs/kustomize/tree/master/examples/transformerconfigs/crd > And that’s not something...

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)

This was added in [v0.47.0](https://github.com/replicatedhq/ship/releases/tag/v0.47.0), with a more performant version included in [v0.48.0](https://github.com/replicatedhq/ship/releases/tag/v0.48.0). (Well, a general "upload to URL/download from URL" implementation - getting the presigned URLs is not yet...

Unfortunately, we don't have provisions for multiple ship targets yet. We do have a solution in our cloud environment, but that is to run ship with any common settings and...

@ianwalter, expanding on this a little - if you're willing to forego total ship management of your process, it should be possible for you to run ship to setup your...

goreleaser docs: https://goreleaser.com/customization/docker_manifest example: https://carlosbecker.com/posts/multi-platform-docker-images-goreleaser-gh-actions/