mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-14 01:20:43 -05:00
versions: let renovate update valid k8s versions
Also update lagging v1_24
This commit is contained in:
parent
08ee56911b
commit
d98f86686d
1 changed files with 3 additions and 3 deletions
|
|
@ -98,11 +98,11 @@ const (
|
||||||
|
|
||||||
// currently supported versions.
|
// currently supported versions.
|
||||||
//nolint:revive
|
//nolint:revive
|
||||||
V1_24 ValidK8sVersion = "v1.24.9"
|
V1_24 ValidK8sVersion = "v1.24.10" // renovate:kubernetes-release
|
||||||
//nolint:revive
|
//nolint:revive
|
||||||
V1_25 ValidK8sVersion = "v1.25.6"
|
V1_25 ValidK8sVersion = "v1.25.6" // renovate:kubernetes-release
|
||||||
//nolint:revive
|
//nolint:revive
|
||||||
V1_26 ValidK8sVersion = "v1.26.1"
|
V1_26 ValidK8sVersion = "v1.26.1" // renovate:kubernetes-release
|
||||||
|
|
||||||
// Default k8s version deployed by Constellation.
|
// Default k8s version deployed by Constellation.
|
||||||
Default ValidK8sVersion = V1_25
|
Default ValidK8sVersion = V1_25
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue