Alex Guckenberger

Results 16 comments of Alex Guckenberger

So much for your comment above, I guess you had a change of heart. Will wait for V2 and fork it to fix it.

> Well I think it was more a omission, the pr wasn't completed in time for v1.10, it's too big to be included in a patch release and there won't...

I just got this issue. I am running Jenkins in docker locally so it is pretty easy to replicate. ```json "jenkins-runner.hostConfigs": { "local": { "url": "http://jenkins:8080", "user": "admin", "password": "admin"...

Turns out I created Freestyle project which has the XML above. If I create a pipeline then the XML looks as the code expects and works.

There error can be ignored. I was using an older version of helm which this plugin was unhappy with. `v3.14.0` is fine. However, its still worth highlighting that it doesn't...

I lied. Still getting: ``` goroutine 1 [running]: github.com/databus23/helm-diff/v3/cmd.extractManifestFromHelmUpgradeDryRunOutput({0x40006c0000, 0x3d, 0x400}, 0x1) github.com/databus23/helm-diff/v3/cmd/helm3.go:324 +0x348 github.com/databus23/helm-diff/v3/cmd.(*diffCmd).template.func3({0x40006c0000?, 0x4?, 0x4000218000?}) github.com/databus23/helm-diff/v3/cmd/helm3.go:232 +0x28 github.com/databus23/helm-diff/v3/cmd.(*diffCmd).template(0x40003d2ea0, 0x0) github.com/databus23/helm-diff/v3/cmd/helm3.go:305 +0x1388 github.com/databus23/helm-diff/v3/cmd.(*diffCmd).runHelm3(0x40003d2ea0) github.com/databus23/helm-diff/v3/cmd/upgrade.go:292 +0x2c4 github.com/databus23/helm-diff/v3/cmd.newChartCommand.func2(0x4000428f08, {0x40002143f0, 0x2, 0x194bdc1?})...