Mateusz Kubaczyk

Results 23 comments of Mateusz Kubaczyk

Unfortunately, Helmsman requires version to be passed as of now, which is a part of chart's validation here https://github.com/Praqma/helmsman/blob/master/internal/app/release.go#L85. There's many places that rely on the version now so this...

I really like the idea of drawing a map for the product. While Helm v3 will change drastically the way helm works, since we have helm-tiller on the board, the...

I'd also go through all the issues still open and close most of the ones being inactive or not confirmed to get broader view of current state

@sami-alajrami I'll need some help with preparing CI for helm 3. Maybe even an access for me to circleci and other places that would help do that?

@sami-alajrami yes, the bare minimum would be unblocking the CI parts for helm v3 with proper test image to run tests against helm 3. And then we’d need a way...

Thank you for engagement. I think we can try out the image from test files from branch holding the v3, it has just updated helm to 3 and one plugin,...

great, finally got tests passing for the first time :-)

@sami-alajrami build on dockerhub for newest commit (which is merge of helm-v3 branch) has failed and I can't even see what was wrong. Will you help please sort it out?...

Helmsman makes the decision based on what helm-diff plugin returns. It's as simple as ``` if diff, err := r.diff(); err != nil { log.Error(err.Error()) } else if diff !=...

```helmsman git:(master) ✗ docker run -it praqma/helmsman:latest bash bash-5.0# helm plugin list NAME VERSION DESCRIPTION diff 3.1.1 Preview helm upgrade changes as a diff gcs 0.3.5 Manage repositories on Google...