Skip to content

Commit

Permalink
[agent-control] deps: Bump Flux chart version to 2.14.1 (NR-366630) (#…
Browse files Browse the repository at this point in the history
…1616)

<!--
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:
Bump dependant chart
#### 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.]
- [x] Chart Version bumped
- [ ] Variables are documented in the README.md
- [x] Title of the PR starts with chart name (e.g. `[mychartname]`)
  • Loading branch information
gsanchezgavier authored Feb 12, 2025
1 parent d21af9a commit 66921d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/agent-control/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.13.0
version: 2.14.1
- name: agent-control-deployment
repository: ""
version: 0.0.37-beta
- name: common-library
repository: https://helm-charts.newrelic.com
version: 1.3.0
digest: sha256:7693e33da6495ec8e8ad67d41db7d9adf9c7ad4bdb21aefb3fb36c1353c003dd
generated: "2025-01-30T16:54:28.395151Z"
version: 1.3.1
digest: sha256:e6b768a79c07e07fc1191cd16d302982cba710a8ad56cc4de6cbc3d28b713772
generated: "2025-02-12T11:10:38.481423+01:00"
6 changes: 3 additions & 3 deletions charts/agent-control/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ name: agent-control
description: Bootstraps New Relic' Agent Control

type: application
version: 0.0.45-beta
version: 0.0.46-beta

dependencies:
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.13.0
version: 2.14.1
condition: flux2.enabled
- name: agent-control-deployment
version: 0.0.37-beta
condition: agent-control-deployment.enabled
# The following dependency is needed as sub-dependency of agent-control-deployment
- name: common-library
version: 1.3.0
version: 1.3.1
repository: https://helm-charts.newrelic.com

keywords:
Expand Down

0 comments on commit 66921d8

Please sign in to comment.