chgl

Results 22 issues of chgl

Due to the recent rate-limits introduced by Docker Hub, it would be great id the gradle image could be mirrored to quay.io (or any alternative public registry) as well.

The injected sidecar agent currently does not set either a readiness or liveness probe. The other deployment types do: https://github.com/jaegertracing/jaeger-operator/blob/master/pkg/deployment/agent.go#L156-L175

enhancement
good first issue
hacktoberfest

In order to improve resource throughput (in an ETL-like scenario), is it feasible to run multiple instances of this server using a single (Postgres) database backend? I've done some benchmarks...

Having to download the repository to install the provisioner via the helm chart is a bit more inconvenient than if it were available via a chart repository. A central repository...

enhancement

**What would you like Renovate to be able to do?** When the container image tags in Helm value files are updated using the `helm-values` manager, it should also support bumping...

type:feature
priority-3-medium
manager:helm-values

Fixes #749 ## Description It is possible for image references to contain both a tag and a digest at the same time. Previously, this was not handled causing the validators...

**Describe the bug** I use image references in my manifests that contain both a tag and a sha256 digest, e.g.: `example.com/library/image:v1.2.3@sha256:abcd...`. This causes the admission webhook to fail with: ```console...

Currently, the HAPI FHIR JPA server image is only hosted on Docker Hub, which does have some occasional availability issues and rate-limits pulls by default. The GitHub container registry is...

enhancement

### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no...

**Is your feature request related to a problem? Please describe.** Currently, the server does not emit notifications based on any FHIR Subscription resources, instead using the static configuration in fhir-server-config.json....

enhancement
help wanted