-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update microk8s version to 1.27 and ubuntu version to 22.04 (#4046)
* Update microk8s version to 1.27 and ubuntu version to 22.04 * Update to multipass 1.12.0 * Update kubectl to 1.27.3 * Update microk8s version on windows installer * Bump windows installer version to 2.3.3 --------- Co-authored-by: Angelos Kolaitis <[email protected]>
- Loading branch information
1 parent
0071dd1
commit af64960
Showing
4 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -40,13 +40,13 @@ jobs: | |
- name: Download Multipass installer | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: https://github.com/canonical/multipass/releases/download/v1.11.1/multipass-1.11.1+win-win64.exe | ||
file-url: https://github.com/canonical/multipass/releases/download/v1.12.0/multipass-1.12.0+win-win64.exe | ||
file-name: multipass.exe | ||
location: ${{ github.workspace }}/installer/windows | ||
- name: Download kubectl | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: https://storage.googleapis.com/kubernetes-release/release/v1.26.3/bin/windows/amd64/kubectl.exe | ||
file-url: https://storage.googleapis.com/kubernetes-release/release/v1.27.3/bin/windows/amd64/kubectl.exe | ||
file-name: kubectl.exe | ||
location: ${{ github.workspace }}/installer/windows | ||
- name: Create installer | ||
|
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