Skip to content

Commit fc7f1d6

Browse files
Update agent-control-deployment dependencies (#2323)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common-library](https://redirect.github.com/newrelic/helm-charts) | patch | `2.3.1` → `2.3.3` | | newrelic/newrelic-agent-control | minor | `1.17.0` → `1.18.0` | | newrelic/newrelic-agent-control-cli | minor | `1.17.0` → `1.18.0` | --- ### Release Notes <details> <summary>newrelic/helm-charts (common-library)</summary> ### [`v2.3.3`](https://redirect.github.com/newrelic/helm-charts/releases/tag/common-library-2.3.3) [Compare Source](https://redirect.github.com/newrelic/helm-charts/compare/common-library-2.3.2...common-library-2.3.3) Provides helpers to provide consistency on all the charts ### [`v2.3.2`](https://redirect.github.com/newrelic/helm-charts/releases/tag/common-library-2.3.2) [Compare Source](https://redirect.github.com/newrelic/helm-charts/compare/common-library-2.3.1...common-library-2.3.2) Provides helpers to provide consistency on all the charts </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/newrelic/helm-charts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alvaro Cabanas <acabanas@newrelic.com>
1 parent a7cd4ab commit fc7f1d6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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: 2.3.1
5-
digest: sha256:ff23c3a4c0a51e4de9d2015b09bad1fbe227741ef620c8646f14c09820623b20
6-
generated: "2026-06-01T16:17:58.353494504Z"
4+
version: 2.3.3
5+
digest: sha256:0b85ba8fc894ed0fd1832688a954efdaeb80df7c9fe60c225eb124db7fbd409c
6+
generated: "2026-07-07T11:02:58.1890204Z"

charts/agent-control-deployment/Chart.yaml

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

55
type: application
66

7-
version: 1.7.9
7+
version: 1.7.10
88

99
dependencies:
1010
- name: common-library
11-
version: 2.3.1
11+
version: 2.3.3
1212
repository: https://helm-charts.newrelic.com
1313

1414
keywords:

charts/agent-control-deployment/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subAgentsNamespace: "newrelic"
1919
image:
2020
registry:
2121
repository: newrelic/newrelic-agent-control
22-
tag: "1.17.0"
22+
tag: "1.18.0"
2323
pullPolicy: IfNotPresent
2424
# -- The secrets that are needed to pull images from a custom registry.
2525
pullSecrets: []
@@ -31,7 +31,7 @@ image:
3131
toolkitImage:
3232
registry:
3333
repository: newrelic/newrelic-agent-control-cli
34-
tag: "1.17.0"
34+
tag: "1.18.0"
3535
pullPolicy: IfNotPresent
3636
# -- The secrets that are needed to pull images from a custom registry.
3737
pullSecrets: []

0 commit comments

Comments
 (0)