From bb04702fce9e37a8259d589ea258ca8a91a3e5c9 Mon Sep 17 00:00:00 2001 From: Victor Ripoll Date: Mon, 27 Jan 2025 16:26:25 +0100 Subject: [PATCH] NR-359076-Change-Otel-collector-example-from-0.2.0-to-0.1.0 (#1584) #### Is this a new chart #### What this PR does / why we need it: #### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)* - fixes # #### Special notes for your reviewer: #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [ ] Chart Version bumped - [ ] Variables are documented in the README.md - [ ] Title of the PR starts with chart name (e.g. `[mychartname]`) --- charts/agent-control/Chart.yaml | 2 +- charts/agent-control/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/agent-control/Chart.yaml b/charts/agent-control/Chart.yaml index 10fe2d09b..22f6ba178 100644 --- a/charts/agent-control/Chart.yaml +++ b/charts/agent-control/Chart.yaml @@ -3,7 +3,7 @@ name: agent-control description: Bootstraps New Relic' Agent Control type: application -version: 0.0.39-beta +version: 0.0.40-beta dependencies: - name: flux2 diff --git a/charts/agent-control/values.yaml b/charts/agent-control/values.yaml index 6030ca2bb..643f725e6 100644 --- a/charts/agent-control/values.yaml +++ b/charts/agent-control/values.yaml @@ -35,7 +35,7 @@ agent-control-deployment: image: registry: repository: newrelic/newrelic-agent-control - tag: "0.29.0" + tag: "0.30.0" imagePullPolicy: IfNotPresent # -- The secrets that are needed to pull images from a custom registry. pullSecrets: [] @@ -135,7 +135,7 @@ agent-control-deployment: # In the example below, open-telemetry is a managed agent that will be deployed. # open-telemetry: # # -- Agent type /: - # type: newrelic/io.opentelemetry.collector:0.2.0 + # type: newrelic/io.opentelemetry.collector:0.1.0 # # -- Agent configuration content. # content: # # -- Version of the newrelic/nr-k8s-otel-collector Helm Chart.