Skip to content

Commit b14334a

Browse files
[agent-contorl] update version for PP (#1662)
#### Is this a new chart no #### What this PR does / why we need it: Updates the version and removes the beta suffix so that the chart is not hidden anymore #### Special notes for your reviewer: #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [x] Chart Version bumped - [x] Variables are documented in the README.md - [x] Title of the PR starts with chart name (e.g. `[mychartname]`)
1 parent 8dc84ba commit b14334a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

charts/agent-control/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
version: 2.15.0
55
- name: agent-control-deployment
66
repository: ""
7-
version: 0.0.43-beta
7+
version: 0.0.44
88
- name: common-library
99
repository: https://helm-charts.newrelic.com
1010
version: 1.3.1
11-
digest: sha256:ee8870a8a8409453d766f6b2524cd0fa106bfefa6dd29c3fcac25c5b21ebabd8
12-
generated: "2025-03-25T14:46:00.346112+01:00"
11+
digest: sha256:00600583904b3934f9824a1b4b71e1d6ecfdb6a0a4e51649479894d5c5bd05b1
12+
generated: "2025-03-31T14:13:00.948418+02:00"

charts/agent-control/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: agent-control
33
description: Bootstraps New Relic' Agent Control
44

55
type: application
6-
version: 0.0.56-beta
6+
version: 0.0.57
77

88
dependencies:
99
- name: flux2
1010
repository: https://fluxcd-community.github.io/helm-charts
1111
version: 2.15.0
1212
condition: flux2.enabled
1313
- name: agent-control-deployment
14-
version: 0.0.43-beta
14+
version: 0.0.44
1515
condition: agent-control-deployment.enabled
1616
# The following dependency is needed as sub-dependency of agent-control-deployment
1717
- name: common-library

charts/agent-control/charts/agent-control-deployment/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart to install New Relic Agent Control on Kubernetes
44

55
type: application
66

7-
version: 0.0.43-beta
7+
version: 0.0.44
88

99
keywords:
1010
- newrelic

charts/agent-control/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ agent-control-deployment:
3535
image:
3636
registry:
3737
repository: newrelic/newrelic-agent-control
38-
tag: "0.34.0"
38+
tag: "0.35.0"
3939
pullPolicy: IfNotPresent
4040
# -- The secrets that are needed to pull images from a custom registry.
4141
pullSecrets: []

0 commit comments

Comments
 (0)