Skip to content

Commit 56f3c05

Browse files
[git workflows] helm version bump for lint (#1594)
<!-- 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: Bumps the version of helm from 3.0.0 to 3.2.0 for the lint workflow. This enables us to use the lookup function. #### 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]`)
1 parent e17700b commit 56f3c05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint_test_charts.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: helm/[email protected]
3333
- uses: azure/setup-helm@v4
3434
with:
35-
version: 'v3.0.0'
35+
version: 'v3.2.0'
3636

3737
- name: Set up helm-unittest
3838
run: helm plugin install https://github.com/helm-unittest/helm-unittest
@@ -76,7 +76,7 @@ jobs:
7676
- uses: helm/[email protected]
7777
- uses: azure/setup-helm@v4
7878
with:
79-
version: 'v3.0.0'
79+
version: 'v3.2.0'
8080

8181
- name: Install Minikube
8282
uses: manusa/[email protected]
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/checkout@v4
110110
- uses: azure/setup-helm@v4
111111
with:
112-
version: 'v3.0.0'
112+
version: 'v3.2.0'
113113

114114
- name: Add helm repositories
115115
run: |
@@ -157,7 +157,7 @@ jobs:
157157
- uses: actions/checkout@v4
158158
- uses: azure/setup-helm@v4
159159
with:
160-
version: 'v3.0.0'
160+
version: 'v3.2.0'
161161

162162
- name: Add helm repositories
163163
run: |

0 commit comments

Comments
 (0)