Skip to content

Commit

Permalink
set correct supported k8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferInLove authored Feb 28, 2023
1 parent ee2ee9a commit 9dd7af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For a complete list of SMM features please check out the [SMM docs](https://smm-

### Prerequisites
- kubectl installed
- kubernetes cluster (version 1.22+)
- kubernetes cluster (version 1.23+)
- active kubecontext to the kubernetes cluster

### Build and deploy
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/istio-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
icon: https://istio.io/latest/img/istio-whitelogo-bluebackground-framed.svg

# Based on support status of Istio releases: https://istio.io/latest/docs/releases/supported-releases/#support-status-of-istio-releases
kubeVersion: ">= 1.22.0-0 < 1.26.0-0"
kubeVersion: ">= 1.23.0-0 < 1.27.0-0"

version: 2.1.2
appVersion: "v2.17.0"

0 comments on commit 9dd7af7

Please sign in to comment.