Jens Hausherr

Results 12 issues of Jens Hausherr

The help of helm states that you can specify a version range for a Helm chart: ``` --version string specify a version constraint for the chart version to use. This...

the nexpression parser used for node-expr fails - or even worse panics - on several classes of valid node labels, e.g. `draino-enabled=true`, `kubernetes.io/os=linux` or`draino="true"`. (Examples below) So either a different...

Hi, I noticed that when using Pulumi to tear down an operator-managed instance and the namespace it is deployed to, the Redis stateful set is frequently deleted before the Redis...

bug

### What happened? After updating pulumi from 3.39.3 to 3.40.1 I get a lot of warnings about Pulumi trying to download (non-existent) plugins from `get.pulumi.com` for custom resource providers generated...

kind/bug
area/codegen

Hi we are active users of go-force over at pflege-de, so we chose to spin off our own fork, seeing a lack of activity on the original repository. We have...

Signed-off-by: Jens Hausherr Caveat: At the moment this PR is primarily for discussing the approach. Test coverage et al. are not added yet. ### Description of your changes After fixing...

Chicken stops rendering the vnc display with the following error: ZRLE encoding: unknown subencoding 30 encountered Could be a viewer issue.

Hi, I recently ran into the issue that the plugin tried to decrypt env references in `~/.m2/settings.xml`: ```xml oss ${env.NEXUS_USERNAME} ${env.NEXUS_PASSWORD} oss false ${env.GPG_PASSPHRASE} ``` causes the build to fail...

### Is it easy to find the information you need? No ### Are the instructions clear? No ### How could we improve the Timescale documentation site? The page currently provides...

documentation
community
feedback

Hi, I configured thanos to use `SSE-C` for encryption. In contrast to `SSE-KMS` and default `SSE` the client has to pass the key for the request, which currently is missing...