Skip to content

Commit

Permalink
chore: Increase minimum supported Kubernetes version for KEDA v2.13 (#…
Browse files Browse the repository at this point in the history
…5018)

Increase minimum supported Kubernetes version for KEDA v2.13

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Jan 11, 2024
1 parent 1c120da commit 660bf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/welcome.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import (
)

const (
minSupportedVersion = 26
maxSupportedVersion = 28
minSupportedVersion = 27
maxSupportedVersion = 29
)

func PrintWelcome(logger logr.Logger, kubeVersion K8sVersion, component string) {
Expand Down

0 comments on commit 660bf40

Please sign in to comment.