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.