Andy Bohne
Andy Bohne
### Component(s) Prometheus ### What is missing? Please describe. `prometheusSpec.web.tlsConfig` supports specifying ca, cert, and private key as a `ConfigMap` or `Secret`. It should also support specifying them as a...
In my environment, we've got prometheus fronted by a Cloudflare Access tunnel. I'd like to use `promql` in a script, but to do so, I would need to be able...
Do you still have plans to maintain this repository? There are 2 year old pull requests which need to be merged to enable connectivity with recent versions of puppetdb.
Fixes #134
``` # grype --only-fixed quay.io/observatorium/thanos-receive-controller:main-2023-11-06-c57219e ✔ Vulnerability DB [no update available] ✔ Pulled image ✔ Loaded image quay.io/observatorium/thanos-receive-controller:main-2023-11-06-c57219e ✔ Parsed image sha256:3788f75bd36ad57a71cc8f547ada4ccd9c3eed7d9f6185d2f0082521eb5aee5f ✔ Cataloged contents 63a03728a2f951929d49eee395b4914c8ddcd2bc31ed93be7bafc2f129656751 ├── ✔ Packages [96...
## Description Makes the count on `aws_route` dynamic instead of fixed at 1 ## Motivation and Context Fixes #1087 ## Breaking Changes Not that I'm aware of. ## How Has...
When trying to enable cosign using an AWS KMS key, the following error is generated: ``` {"time":"2024-08-22T12:32:47.574645-04:00","level":"ERROR","msg":"getting signer: reading key: loading URL: unrecognized scheme: awskms://"} ``` My helmper.yaml looks like...
If you add a chart to the `charts` section, but do not specify a name, you receive the following error: ```bash version is not semver. skipping this version ``` helmper.yaml...
The config docs state that `k8s_version` is an optional field and should default to `1.27.9`, however, if you don't specify `k8s_version` in `helmper.yaml`, the app exists with a panic. helmper.yaml...
### Description I've been working on writing a `ClusterPolicy` that includes a rule with a `verifyImages` section. I've been trying to source the `imageReferences` from a context value that contains...