Robert Moucha

Results 8 issues of Robert Moucha

### Name and Version bitnami/postgresql-repmgr:11.15.0-debian-10-r65 ### What steps will reproduce the bug? 1. :information_source: Deployed using bitnami/postgresql-ha helm chart, version 8.6.13 2. :information_source: in the config, nothing special, the most...

on-hold
in-progress
postgresql-ha

**Describe the bug** Initial setup fails on constraint violation (represented as HTTP error 500 on UI) while trying to create `org_admin` group. Since the initial setup is not completed, the...

We need to scan npm project containing **transient** aliased dependency. The relevant part of the `yarn.lock` file looks like this: ``` monaco-languageclient@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/monaco-languageclient/-/monaco-languageclient-2.1.0.tgz#4c69eeafb31003c9a2a5a5a0481e8cdae4a1c591" integrity sha512-Ps+G97MH8p/T7dk7NqJnDgub6x2+SiAmFR6rjUyJ2qdSGUNgg310bPD521rEPUTNKGfP7VwBggFjcnoGGCi0vg== dependencies: glob-to-regexp...

### Motivation Attempt to use built-in bash completion provided by cobra package fails on invalid shell expressions. During investigation I noticed it is caused by declaring empty strings (`""`) as...

no-need-doc

### Description of the change Add optional delay before contacting etcd members in pre-upgrade helm hook checks. ### Benefits More reliable pre-upgrade hook, particularly on kubernetes clusters with slow network...

verify
in-progress
etcd

### Name and Version bitnami/etcd:3.5.21-debian-12-r5 ### What is the problem this feature will solve? The `preupgrade.sh` script which runs as a helm hook during `helm upgrade etcd ...` is too...

triage
feature-request

#### Overview Implements gRPC Health check using standard grpc library. Reuses the health as reported by gosundheit health checker. Grpc health server implements also streaming Watch method, so it was...

kind/enhancement

##### Checklist - [ ] `make test-all` (UNIX) passes. CI will also test this - [ ] unit and/or integration tests are included (if applicable) - [ ] documentation is...