-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from gocd/bump-k8s
Bump plugins and testing tools to latest versions
- Loading branch information
Showing
5 changed files
with
10 additions
and
7 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 |
---|---|---|
|
@@ -14,12 +14,12 @@ jobs: | |
strategy: | ||
matrix: | ||
k8s: # See https://hub.docker.com/r/kindest/node/tags and https://endoflife.date/kubernetes | ||
- v1.20.15 # EOL 2022-02-28 | ||
- v1.21.14 # EOL 2022-06-28 | ||
- v1.22.15 # EOL 2022-10-28 | ||
- v1.23.13 # EOL 2023-02-28 | ||
- v1.24.7 # EOL 2023-07-28 | ||
- v1.25.3 # EOL 2023-10-27 | ||
- v1.26.0 # EOL 2024-02-28 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
@@ -29,7 +29,7 @@ jobs: | |
- name: Set up Helm | ||
uses: azure/[email protected] | ||
with: | ||
version: v3.10.1 # See https://github.com/helm/helm/releases | ||
version: v3.10.2 # See https://github.com/helm/helm/releases | ||
|
||
- uses: actions/setup-python@v4 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Install Helm | ||
uses: azure/[email protected] | ||
with: | ||
version: v3.10.1 | ||
version: v3.10.2 | ||
|
||
- name: Run chart-releaser | ||
uses: helm/[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