Reinhard Nägele

Results 40 comments of Reinhard Nägele

Just came across this as well. A better error message would be much appreciated.

> Loki-distributed currently is very raw, hope it will become more user-friednly @Zeka13 Can you elaborate? The chart does work very well and is pretty full-featured. The issue here is...

I created a pull request for this: https://github.com/JFrogDev/artifactory-client-java/pull/49

That's a weird one. I can reproduce it with the GitHub action. For some reason stderr seems to get lost. However, when I run `ct` locally in Docker the same...

Why do you create the tag in the first place? chart-releaser does that for you.

Pushing to the `gh_pages` branch is currently part of the chart-releaser action only. I guess it would be best to directly implement this in chart-releaser. We could add options to...

I started working on this.

@scottrigby It's true that `chart-releaser` doesn't enforce using GitHub pages but it is actually meant to be used for this. However, with the additional flags I suggested, it would still...

@damemi In order to create a PR, you need to push to a branch first. How would you do this, if every branch is protected?

I updated the initial experience created with `helm create`. https://github.com/kubernetes/helm/pull/3337