mirror of
https://github.com/clastix/kamaji.git
synced 2026-08-26 00:47:20 +00:00
* feat(k8s): support for v1.36 Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> * docs(helm): kubernetes v1.36 support Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> * docs(api): kubernetes v1.36 support Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> --------- Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
9 lines
126 B
Go
9 lines
126 B
Go
// Copyright 2022 Clastix Labs
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package upgrade
|
|
|
|
const (
|
|
KubeadmVersion = "v1.36.0"
|
|
)
|