Skip to content

Commit

Permalink
[super-agent] typo fixes for codespell (#1382)
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
no 
#### What this PR does / why we need it:
just fixes some typos 
#### 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
- [x] Title of the PR starts with chart name (e.g. `[mychartname]`)


don't think this requires a chart version to be bumped but I can if
needed

---------

Co-authored-by: Daniel Budziwojski <dbudziwojski@newrelic.com>
Co-authored-by: Daniel Budziwojski <135250101+dbudziwojskiNR@users.noreply.github.com>
Co-authored-by: Paolo Gallina <paologallina1992@gmail.com>
  • Loading branch information
4 people authored May 30, 2024
1 parent 3178209 commit dff2594
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -14,7 +14,7 @@ jobs:
check_filenames: true
check_hidden: true
skip: ./.git
ignore_words_list: enver
ignore_words_list: enver,NotIn

lint-test:
name: Lint and test charts
Expand Down
2 changes: 1 addition & 1 deletion charts/super-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: super-agent
description: Bootstraps New Relic' Super Agent

type: application
version: 0.0.6-beta
version: 0.0.7-beta

dependencies:
- name: flux2
Expand Down
4 changes: 2 additions & 2 deletions charts/super-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ helm:
disableWait: true # Prevents blocking the modification/deletions of the HelmRelease
replace: true # Tells the Helm install action to reuse the ‘ReleaseName’, but only if that name is a deleted release which remains in the history.
remediation:
retries: 3 # Retries is the number of retries that should be attempted on failures before givin up. An uninstall is performed between each attempt.
retries: 3 # Retries is the number of retries that should be attempted on failures before giving up. An uninstall is performed between each attempt.

# -- Change the behavior of the operator while upgrading the chart. This should only be changed by advanced users
# that know what they are doing. Exposes the remediations that the operator is going to try before give up
Expand All @@ -96,7 +96,7 @@ helm:
force: true # Force forces resource updates through a replacement strategy.
cleanupOnFail: true # Allows deletion of new resources created during the Helm upgrade action when it fails.
remediation:
retries: 3 # Retries is the number of retries that should be attempted on failures before givin up. An uninstall is performed between each attempt.
retries: 3 # Retries is the number of retries that should be attempted on failures before giving up. An uninstall is performed between each attempt.
strategy: rollback # rollback or uninstall.

# -- Optional configuration of rollback strategy when upgrading. This should only be changed by advanced users that know what they are doing.
Expand Down

0 comments on commit dff2594

Please sign in to comment.