-
Notifications
You must be signed in to change notification settings - Fork 772
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.28 and multipass 1.12.2 (#4235)
* Update microk8s version to 1.28 and multipass 1.12.2 * bump kubectl to 1.28.3 --------- Co-authored-by: Angelos Kolaitis <[email protected]>
- Loading branch information
1 parent
11f3cbb
commit 12f9f5d
Showing
4 changed files
with
6 additions
and
6 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.12.0/multipass-1.12.0+win-win64.exe | ||
file-url: https://github.com/canonical/multipass/releases/download/v1.12.2/multipass-1.12.2+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.27.3/bin/windows/amd64/kubectl.exe | ||
file-url: https://storage.googleapis.com/kubernetes-release/release/v1.28.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