opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
OpenTelemetry Helm Charts
Bumps version of the Collector as requested at https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1228#issuecomment-2180836046. /cc @Allex1
It's possible for multiple recommenders with different configurations to be present in single cluster. This change allows VPA configuration to be updated by custom recommender if one was set, otherwise...
In some scenarios, it's desirable to use the node IP instead of the node name to gather kubelet metrics. This commit makes it possible for the user to specify the...
Hi all, When using opentelemetry-collector chart as a subchart, the only options the parent chart has to configure volumes is through `extraVolumes/extraVolumeMounts` fields. Which makes it hard for the parent...
Some users disable the admission webhooks for the operator. Those doing so will not be able to to use the conversion webhooks at all. We should add a check in...
Adding this option would help for those using Kyverno-Scan in their pipeline. I have proposed the change [here](https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1110)
The update breaks certificates for the `ValidatingWebhookConfiguration` and `MutatingWebhookConfiguration`. `SecretName` in the `Certificate` does not match the `cert-manager.io/inject-ca-from` in the `ValidatingWebhookConfiguration` and `MutatingWebhookConfiguration`: ``` apiVersion: cert-manager.io/v1 kind: Certificate metadata: labels:...
There are a few specific permissions changes for redhat/openshift environments for daemonsets to be permitted. This involves doing some checks like we did in [this operator PR](https://github.com/open-telemetry/opentelemetry-operator/pull/2702/files#diff-17ee67ca0d6792ba4464f372102576f3a5950a255bd092a303b9593d2df51390).
Hello 👋 we're using the collector chart with an external config. This is being done in order to utilize templating for the config since the collector chart is invoked as...