-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71cb3ff
commit e39b810
Showing
7 changed files
with
16 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
kubernetes: | ||
- v1.23.6 | ||
- v1.24.7 | ||
- v1.25.3 | ||
max-parallel: 2 | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -68,18 +69,17 @@ jobs: | |
cache: true | ||
check-latest: true | ||
- name: Install Ko | ||
# This sha corresponds to v0.6 | ||
uses: imjasonh/setup-ko@c682db27121307b4d02d11694318530ec9041d4c | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.12.0 | ||
- name: Install kubectl | ||
uses: azure/setup-kubectl@v3 | ||
with: | ||
version: ${{ matrix.kubernetes }} | ||
- name: Create kind cluster | ||
uses: helm/kind-action@v1.3.0 | ||
uses: helm/kind-action@v1 | ||
with: | ||
version: v0.14.0 | ||
version: v0.17.0 | ||
node_image: kindest/node:${{ matrix.kubernetes }} | ||
cluster_name: kind | ||
wait: 120s | ||
|
@@ -117,7 +117,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
kubernetes: | ||
- v1.23.6 | ||
- v1.24.7 | ||
- v1.25.3 | ||
max-parallel: 2 | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -134,9 +135,9 @@ jobs: | |
with: | ||
version: ${{ matrix.kubernetes }} | ||
- name: Create kind cluster | ||
uses: helm/kind-action@v1.3.0 | ||
uses: helm/kind-action@v1 | ||
with: | ||
version: v0.14.0 | ||
version: v0.17.0 | ||
node_image: kindest/node:${{ matrix.kubernetes }} | ||
cluster_name: kind | ||
config: test/kind/config.yaml | ||
|
@@ -170,8 +171,7 @@ jobs: | |
kubectl apply -f test/data/registry.yaml | ||
kubectl -n registry rollout status deployment registry --timeout=1m | ||
- name: Install Ko | ||
# This sha corresponds to v0.6 | ||
uses: imjasonh/setup-ko@c682db27121307b4d02d11694318530ec9041d4c | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.12.0 | ||
- name: Install Shipwright Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,7 @@ jobs: | |
check-latest: true | ||
|
||
# Install tools | ||
# This sha corresponds to v0.6 | ||
- uses: imjasonh/setup-ko@c682db27121307b4d02d11694318530ec9041d4c | ||
- uses: ko-build/[email protected] | ||
with: | ||
version: v0.12.0 | ||
- uses: imjasonh/setup-crane@e82f1b9a8007d399333baba4d75915558e9fb6a4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,7 @@ jobs: | |
check-latest: true | ||
|
||
# Install tools | ||
# This sha corresponds to v0.6 | ||
- uses: imjasonh/setup-ko@c682db27121307b4d02d11694318530ec9041d4c | ||
- uses: ko-build/[email protected] | ||
with: | ||
version: v0.12.0 | ||
- uses: sigstore/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters