-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Kubernetes 1.26.10 (#838)
* Add images for k8s 1.26.10 * Bump occm --------- Co-authored-by: sapcc-bot <[email protected]> Co-authored-by: Jan Knipper <[email protected]> Co-authored-by: Erik Schubert <[email protected]>
- Loading branch information
1 parent
be8a6cc
commit 20ec2c3
Showing
2 changed files
with
86 additions
and
2 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
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 |
---|---|---|
|
@@ -2,8 +2,9 @@ | |
require 'yaml' | ||
|
||
VERSIONS = [ | ||
'1.28.3', | ||
'1.27.7', | ||
'1.26.9', | ||
'1.26.10', | ||
'1.25.15' | ||
] | ||
|
||
|