Paul Gier

Results 50 issues of Paul Gier

Makefiles are commonly used for building golang projects. - add a Makefile with basic build, test, clean, etc. - simplify the Dockerfile by moving some scripts and conf files to...

**Is your feature request related to a problem? Please describe.** If I have a broker which is allowing connections, but is broken in some way that it disconnects from the...

This is maybe a duplicate of #318, but I think it would be a worthwhile feature. The use case I have is that I'm using the kube-prometheus-stack helm chart which...

stale

AFAICT there is currently no way to determine which flag triggered an action from within the action function itself. This makes it difficult to re-use an action function between multiple...

Closes #11308 **What this PR does / why we need it**: It's currently not possible to update a single Chart dependency if ranges are used. The `helm dependency update` command...

size/L
needs-rebase

Output of `helm version`: ``` version.BuildInfo{Version:"v3.9.4", GitCommit:"dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db", GitTreeState:"clean", GoVersion:"go1.19"} ``` I have a couple of use cases that helm doesn't seem to handle very well right now. 1. I want...

feature
in progress

Some changes to the example config caused the links in the README to become out of date.

### Module version ``` github.com/hashicorp/terraform-plugin-framework v1.3.2 ``` ### Use-cases Any time you want to use a default int in golang. ### Attempted Solutions Currently using the schema.Int64Attribute and related types....

enhancement
types

We have a use case where we are generating manifests using `helm template` and then using `kubectl apply` to add them to the cluster. We can't use `kubectl apply --namespace...