Skip to content

Commit 74def23

Browse files
Merge branch 'master' into dbudziwojski/fix-volume-attributes
2 parents 8a74bec + 333a5c2 commit 74def23

File tree

7 files changed

+14
-45
lines changed

7 files changed

+14
-45
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common-library
33
repository: https://helm-charts.newrelic.com
4-
version: 1.3.1
5-
digest: sha256:cfa7bfb136b9bcfe87e37d3556c3fedecc58f42685c4ce39485da106408b6619
6-
generated: "2025-04-24T12:11:31.044101+02:00"
4+
version: 1.3.3
5+
digest: sha256:0ba54a189b03d9104713cb93542f6df09c0fa3546e785fb71fe679c1a6426d8a
6+
generated: "2025-06-26T12:57:00.46884+02:00"

charts/agent-control-deployment/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: A Helm chart to install New Relic Agent Control on Kubernetes
44

55
type: application
66

7-
version: 0.0.53
8-
appVersion: "0.39.0"
7+
version: 0.0.54
8+
appVersion: "0.40.0"
99

1010
dependencies:
1111
- name: common-library
12-
version: 1.3.1
12+
version: 1.3.3
1313
repository: https://helm-charts.newrelic.com
1414

1515
keywords:

charts/agent-control-deployment/tests/preinstall_job_test.yaml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -198,37 +198,6 @@ tests:
198198
key: test-client-secret-key
199199
name: test-client-name
200200

201-
- it: without specific image for system identity registration, uses the one provided by default
202-
set:
203-
customUserKeySecretName: test-secret
204-
customUserKeySecretKey: test-key
205-
config:
206-
fleet_control:
207-
auth:
208-
organizationId: test
209-
asserts:
210-
- documentIndex: 0
211-
equal:
212-
path: spec.template.spec.containers[0].image
213-
value: newrelic/agent-control-system-identity-registration:latest
214-
215-
- it: setting specific image for system identity registration but no tag should use the default tag
216-
set:
217-
customUserKeySecretName: test-secret
218-
customUserKeySecretKey: test-key
219-
config:
220-
fleet_control:
221-
auth:
222-
organizationId: test
223-
systemIdentityRegistration:
224-
image:
225-
repository: some_namespace/test-image
226-
asserts:
227-
- documentIndex: 0
228-
equal:
229-
path: spec.template.spec.containers[0].image
230-
value: some_namespace/test-image:latest
231-
232201
- it: setting specific image for system identity registration with tag should use the provided tag
233202
set:
234203
customUserKeySecretName: test-secret

charts/agent-control-deployment/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ config:
169169
systemIdentityRegistration:
170170
image:
171171
repository: newrelic/agent-control-system-identity-registration
172-
tag: latest
172+
tag: "0.0.8"
173173
pullPolicy: IfNotPresent

charts/agent-control/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 2.15.0
55
- name: common-library
66
repository: https://helm-charts.newrelic.com
7-
version: 1.3.1
8-
digest: sha256:9cc6814e286882413cddb5347f3cb37b9afe718bb394a01ecbbf26be93f88f35
9-
generated: "2025-06-06T09:22:00.684348+02:00"
7+
version: 1.3.3
8+
digest: sha256:553021f5dee24fa9b380a577073e489f15aa4645c29df510c9607379db3ac7eb
9+
generated: "2025-06-30T09:08:31.108796+02:00"

charts/agent-control/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: agent-control
33
description: Bootstraps New Relic' Agent Control
44

55
type: application
6-
version: 0.0.69
6+
version: 0.0.70
77
# This is the agent-control-deployment chart version.
8-
appVersion: 0.0.52
8+
appVersion: 0.0.54
99

1010
dependencies:
1111
- name: flux2
1212
repository: https://fluxcd-community.github.io/helm-charts
1313
version: 2.15.0
1414
condition: flux2.enabled
1515
- name: common-library
16-
version: 1.3.1
16+
version: 1.3.3
1717
repository: https://helm-charts.newrelic.com
1818

1919
keywords:

charts/agent-control/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toolkitImage:
88
registry:
99
repository: newrelic/newrelic-agent-control-cli
1010
# @default It defaults to `appVersion` in `Chart.yaml`.
11-
tag: nightly
11+
tag: "0.40.0"
1212
pullPolicy: IfNotPresent
1313
# -- The secrets that are needed to pull images from a custom registry.
1414
pullSecrets: []

0 commit comments

Comments
 (0)