From 50b0435122c93154583f2b6301fca5bd44c3a538 Mon Sep 17 00:00:00 2001 From: Victor Ripoll Date: Tue, 4 Feb 2025 17:44:34 +0100 Subject: [PATCH] bump release-0-31-0 (#1598) #### 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/agent-control/Chart.yaml b/charts/agent-control/Chart.yaml index 60107599d..efe56c3c0 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.41-beta +version: 0.0.42-beta dependencies: - name: flux2 diff --git a/charts/agent-control/values.yaml b/charts/agent-control/values.yaml index 0e7d41267..2e21eadfd 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.30.0" + tag: "0.31.0" imagePullPolicy: IfNotPresent # -- The secrets that are needed to pull images from a custom registry. pullSecrets: []