-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLIP-1587: Fix the Invalid apiVersion problem (#240)
* CLIP-1587: Changed client.authentication.k8s.io/v1alpha1 to client.authentication.k8s.io/v1beta1 * CLIP-1587: Updated the prequisites documentation. * CLIP-1587: Upgraded kubectl version to 1.24.0 * CLIP-1587: replaced apiVersion in context file used by e2e tests. * Updated the changelog * CLIP-1587: fixed the nfs connectivity test for bitbucket. * CLIP-1590: Upgraded helm chart versions to 1.4.0 (#239) Co-authored-by: nghazalibeiklar <[email protected]> Co-authored-by: nghazalibeiklar <[email protected]>
- Loading branch information
Showing
10 changed files
with
30 additions
and
27 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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- name: Pin Kubectl version | ||
uses: azure/[email protected] | ||
with: | ||
version: 'v1.23.6' | ||
version: 'v1.24.0' | ||
|
||
- name: Setup Go environment | ||
uses: actions/[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- name: Pin Kubectl version | ||
uses: azure/[email protected] | ||
with: | ||
version: 'v1.23.6' | ||
version: 'v1.24.0' | ||
|
||
- name: Setup Go environment | ||
uses: actions/[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
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