Skip to content

Commit 005d012

Browse files
Update agent-control-deployment dependencies to v1.16.1 (#2289)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | newrelic/newrelic-agent-control | patch | `1.16.0` → `1.16.1` | | newrelic/newrelic-agent-control-cli | patch | `1.16.0` → `1.16.1` | --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d873079 commit 005d012

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/agent-control-deployment/Chart.yaml

Lines changed: 1 addition & 1 deletion
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: 1.7.7
7+
version: 1.7.8
88

99
dependencies:
1010
- name: common-library

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.16.0"
22+
tag: "1.16.1"
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.16.0"
34+
tag: "1.16.1"
3535
pullPolicy: IfNotPresent
3636
# -- The secrets that are needed to pull images from a custom registry.
3737
pullSecrets: []

0 commit comments

Comments
 (0)