Skip to content

Commit

Permalink
use my fork until we can get changes upstream
Browse files Browse the repository at this point in the history
use my fork for chart-testing until a change can be merged upstream to
not use the `--reuse-values` flag

helm/chart-testing#525
  • Loading branch information
joejulian committed Feb 11, 2023
1 parent 64cf2fa commit f4c967a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.10.2
version: v3.11.1

- name: Set up chart-testing
uses: helm/[email protected]
uses: joejulian/[email protected]
with:
version: v3.7.1-1

- name: Run chart-testing (lint)
run: ct lint --config .github/ct.yaml
Expand All @@ -52,7 +54,9 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: helm/[email protected]
uses: joejulian/[email protected]
with:
version: v3.7.1-1

# we're excluding console from the install test until we have a way to test it with Redpanda
- name: Run chart-testing (list-changed)
Expand Down

0 comments on commit f4c967a

Please sign in to comment.