Skip to content

Commit

Permalink
[super-agent] chore: bump flux dep (#1401)
Browse files Browse the repository at this point in the history
<!--
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]`)
  • Loading branch information
gsanchezgavier authored Jun 25, 2024
1 parent 8dcb5e7 commit 6970f9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_test_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: manusa/[email protected]
with:
minikube version: v1.33.1
kubernetes version: v1.27.7
kubernetes version: v1.28.11
github token: ${{ secrets.GITHUB_TOKEN }}
driver: docker
start args: "--container-runtime=containerd"
Expand Down
8 changes: 4 additions & 4 deletions charts/super-agent/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.12.2
version: 2.13.0
- name: common-library
repository: https://helm-charts.newrelic.com
version: 1.1.1
- name: super-agent-deployment
repository: https://helm-charts.newrelic.com
version: 0.0.16-beta
digest: sha256:c7b1eafa4e10cd193826db2d674e6da9ff7a7f5795991ff316e8f175306bfe0f
generated: "2024-05-27T14:58:00.756624+02:00"
version: 0.0.17-beta
digest: sha256:b4985ea609e7b7135d6b4770f80a8986c7f8a87d38bd9731200eb20c72e156bd
generated: "2024-06-25T15:57:21.296082+02:00"
6 changes: 3 additions & 3 deletions charts/super-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: super-agent
description: Bootstraps New Relic' Super Agent

type: application
version: 0.0.8-beta
version: 0.0.9-beta

dependencies:
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.12.2
version: 2.13.0
condition: flux2.enabled
- name: common-library
version: 1.1.1
repository: https://helm-charts.newrelic.com
- name: super-agent-deployment
version: 0.0.16-beta
version: 0.0.17-beta
repository: https://helm-charts.newrelic.com
condition: super-agent-deployment.enabled

Expand Down

0 comments on commit 6970f9e

Please sign in to comment.