-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(version): add 2.11.0 to upgrade matrix (#109)
- add 2.11.0 to upgrade matrix - bump k8s version in github action workflows Signed-off-by: shubham <[email protected]>
- Loading branch information
1 parent
c1d66dd
commit 417f3b8
Showing
3 changed files
with
5 additions
and
9 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 |
---|---|---|
|
@@ -75,8 +75,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
kubernetes: [v1.18.6] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
@@ -89,8 +87,8 @@ jobs: | |
- name: Setup Minikube-Kubernetes | ||
uses: manusa/[email protected] | ||
with: | ||
minikube version: v1.9.2 | ||
kubernetes version: ${{ matrix.kubernetes }} | ||
minikube version: v1.21.0 | ||
kubernetes version: v1.20.7 | ||
github token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Set tag | ||
|
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 |
---|---|---|
|
@@ -77,8 +77,6 @@ jobs: | |
timeout-minutes: 50 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
kubernetes: [v1.18.6] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
@@ -91,8 +89,8 @@ jobs: | |
- name: Setup Minikube-Kubernetes | ||
uses: manusa/[email protected] | ||
with: | ||
minikube version: v1.9.2 | ||
kubernetes version: ${{ matrix.kubernetes }} | ||
minikube version: v1.21.0 | ||
kubernetes version: v1.20.7 | ||
github token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Set tag | ||
|
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