mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
chore(deps): update helm release opentelemetry-collector to v0.51.2 (#1888)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c73b79495b
commit
a596bc7d48
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export class Observability {
|
|||
// dotansimha: once Vector supports scraping K8s metrics based on Prom, we can drop this.
|
||||
new k8s.helm.v3.Chart('metrics', {
|
||||
// prettier-ignore
|
||||
...helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.51.1'),
|
||||
...helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.51.2'),
|
||||
namespace: ns.metadata.name,
|
||||
// https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-collector/values.yaml
|
||||
values: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue