Skip to content

Commit a62b98b

Browse files
authored
chore: bump agent control chart to 0.0.66 (#1738)
<!-- Thank you for contributing to New Relic's Helm charts. Before you submit this PR we'd like to make sure you are aware of our technical requirements: * https://github.com/newrelic-experimental/helm-charts/blob/master/CONTRIBUTING.md#technical-requirements For a quick overview across what we will look at reviewing your PR, please read our review guidelines: * https://github.com/newrelic-experimental/helm-charts/blob/master/REVIEW_GUIDELINES.md Following our best practices right from the start will accelerate the review process and help get your PR merged quicker. When updates to your PR are requested, please add new commits and do not squash the history. This will make it easier to identify new changes. The PR will be squashed anyways when it is merged. Thanks. For fast feedback, please @-mention maintainers that are listed in the Chart.yaml file. Please make sure you test your changes before you push them. Once pushed, a Github Action will run across your changes and do some initial checks and linting. These checks run very quickly. Please check the results. We would like these checks to pass before we even continue reviewing your changes. --> #### Is this a new chart #### What this PR does / why we need it: #### Which issue this PR fixes *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` 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]`)
1 parent f153f50 commit a62b98b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/agent-control/Chart.lock

Lines changed: 3 additions & 3 deletions
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: https://helm-charts.newrelic.com
7-
version: 0.0.49
7+
version: 0.0.50
88
- name: common-library
99
repository: https://helm-charts.newrelic.com
1010
version: 1.3.1
11-
digest: sha256:b2e54a2ca9d168cfb5c2b66dce9c1b0549f9e4cabfbd4b7e41971fab7db72b73
12-
generated: "2025-06-04T15:29:35.507712+02:00"
11+
digest: sha256:0233926b139a1a71e89afb9cab100adcfa07094a6e79d75c675ad908ed4729ee
12+
generated: "2025-06-05T16:23:46.375917+02:00"

charts/agent-control/Chart.yaml

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

55
type: application
6-
version: 0.0.65
6+
version: 0.0.66
77

88
dependencies:
99
- name: flux2
@@ -12,7 +12,7 @@ dependencies:
1212
condition: flux2.enabled
1313
- name: agent-control-deployment
1414
repository: https://helm-charts.newrelic.com
15-
version: 0.0.49
15+
version: 0.0.50
1616
condition: agent-control-deployment.enabled
1717
# The following dependency is needed as sub-dependency of agent-control-deployment
1818
- name: common-library

0 commit comments

Comments
 (0)