Skip to content

Commit

Permalink
Merge pull request #740 from joejulian/bump_chart_test_action
Browse files Browse the repository at this point in the history
bump chart-testing-action to allow version bump check
  • Loading branch information
joejulian authored Sep 20, 2023
2 parents 0b4c38b + 819699f commit 8441d5a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Run chart-testing (lint)
run: ct lint --config .github/ct-redpanda.yaml
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_redpanda_tip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests_connectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
version: v3.12.2

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Run chart-testing (lint)
run: ct lint --config .github/ct-connectors.yaml --github-groups
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests_from_origin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

# we're excluding console from testing until we have a way to test it with Redpanda
- name: Run chart-testing (list-changed)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests_kminion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
version: v3.12.2

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Run chart-testing (lint)
run: ct lint --config .github/ct-kminion.yaml --github-groups
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Run chart-testing (lint)
run: ct lint --config .github/ct-operator.yaml --github-groups
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

# we're excluding console from testing until we have a way to test it with Redpanda
- name: Run chart-testing (list-changed)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests_redpanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

- name: Run chart-testing (lint)
run: ct lint --config .github/ct-redpanda.yaml --github-groups
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
version: v3.11.1

- name: Set up chart-testing
uses: joejulian/chart-testing-action@728cdcd81b836949aa41a363db3e712c3e3c88d2 # v2.4.0-2
uses: joejulian/chart-testing-action@9f27771144b6debb69e1f85d5f5a3eae8485d057 # v2.4.0-3

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

0 comments on commit 8441d5a

Please sign in to comment.