Skip to content

Commit 8dc84ba

Browse files
[agent-control] chore(deps): update helm release flux2 to 2.15.0 (#1653)
#### What this PR does / why we need it: We are bumping the flux version used by the agent-control to the latest version to allow adding the attribute disableTakeOwnership. #### 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 ec9ff12 commit 8dc84ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/lint_test_charts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: manusa/[email protected]
8383
with:
8484
minikube version: v1.35.0
85-
kubernetes version: v1.28.11
85+
kubernetes version: v1.30.0
8686
github token: ${{ secrets.GITHUB_TOKEN }}
8787
driver: docker
8888
start args: "--container-runtime=containerd"

charts/agent-control/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: flux2
33
repository: https://fluxcd-community.github.io/helm-charts
4-
version: 2.14.1
4+
version: 2.15.0
55
- name: agent-control-deployment
66
repository: ""
77
version: 0.0.43-beta
88
- name: common-library
99
repository: https://helm-charts.newrelic.com
1010
version: 1.3.1
11-
digest: sha256:c48931832ecebf5cf8572616cdb15580df0f0b1c11b008d4ec741a4f35dcc83c
12-
generated: "2025-03-05T16:37:35.732903+01:00"
11+
digest: sha256:ee8870a8a8409453d766f6b2524cd0fa106bfefa6dd29c3fcac25c5b21ebabd8
12+
generated: "2025-03-25T14:46:00.346112+01:00"

charts/agent-control/Chart.yaml

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

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

88
dependencies:
99
- name: flux2
1010
repository: https://fluxcd-community.github.io/helm-charts
11-
version: 2.14.1
11+
version: 2.15.0
1212
condition: flux2.enabled
1313
- name: agent-control-deployment
1414
version: 0.0.43-beta

0 commit comments

Comments
 (0)