diff --git a/.github/workflows/lint_test_charts.yaml b/.github/workflows/lint_test_charts.yaml index 65210a80d..c8a49acf5 100644 --- a/.github/workflows/lint_test_charts.yaml +++ b/.github/workflows/lint_test_charts.yaml @@ -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 diff --git a/charts/super-agent/Chart.yaml b/charts/super-agent/Chart.yaml index 8ef7406fa..768340bfd 100644 --- a/charts/super-agent/Chart.yaml +++ b/charts/super-agent/Chart.yaml @@ -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 diff --git a/charts/super-agent/values.yaml b/charts/super-agent/values.yaml index b9d5bb759..91063566d 100644 --- a/charts/super-agent/values.yaml +++ b/charts/super-agent/values.yaml @@ -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 @@ -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.