Skip to content

Commit 32c7fe8

Browse files
authored
[agent-control-deployment] bump agent-control image tag to 1.15.0 (#2269)
<!-- 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. --> #### What this PR does / why we need it: This PR bumps agent-control image tag to 1.15.0 #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [x] Chart Version bumped - [ ] Variables are documented in the README.md - [x] Title of the PR starts with chart name (e.g. `[mychartname]`) # Release Notes to Publish (nr-k8s-otel-collector) If this PR contains changes in `nr-k8s-otel-collector`, please complete the following section. All other charts should ignore this section. <!--BEGIN-RELEASE-NOTES--> ## 🚀 What's Changed * Tell the world about the latest changes in the chart. <!--END-RELEASE-NOTES-->
1 parent bdb63bb commit 32c7fe8

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

0 commit comments

Comments
 (0)