From 02678cacb6049e3231f75b4a6270329ceee8584b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:55:46 +0000 Subject: [PATCH] Update agent-control-deployment dependencies to v1.14.1 --- charts/agent-control-deployment/Chart.yaml | 2 +- charts/agent-control-deployment/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/agent-control-deployment/Chart.yaml b/charts/agent-control-deployment/Chart.yaml index 6fa02bc30..c40e6ac40 100644 --- a/charts/agent-control-deployment/Chart.yaml +++ b/charts/agent-control-deployment/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart to install New Relic Agent Control on Kubernetes type: application -version: 1.7.0 +version: 1.7.1 dependencies: - name: common-library diff --git a/charts/agent-control-deployment/values.yaml b/charts/agent-control-deployment/values.yaml index 231d37fcc..9f0e5e49b 100644 --- a/charts/agent-control-deployment/values.yaml +++ b/charts/agent-control-deployment/values.yaml @@ -19,7 +19,7 @@ subAgentsNamespace: "newrelic" image: registry: repository: newrelic/newrelic-agent-control - tag: "1.14.0" + tag: "1.14.1" pullPolicy: IfNotPresent # -- The secrets that are needed to pull images from a custom registry. pullSecrets: [] @@ -31,7 +31,7 @@ image: toolkitImage: registry: repository: newrelic/newrelic-agent-control-cli - tag: "1.14.0" + tag: "1.14.1" pullPolicy: IfNotPresent # -- The secrets that are needed to pull images from a custom registry. pullSecrets: []