mirror of https://git.rancher.io/charts
Add k8s v1.27 support to eks-operator
parent
fad26c0189
commit
639630a526
|
@ -1,3 +1,2 @@
|
|||
url: https://github.com/rancher/eks-operator/releases/download/v1.2.0/rancher-eks-operator-crd-1.2.0.tgz
|
||||
url: https://github.com/rancher/eks-operator/releases/download/v1.3.0-rc1/rancher-eks-operator-crd-1.3.0-rc1.tgz
|
||||
version: 103.0.0
|
||||
doNotRelease: true
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
- catalog.cattle.io/kube-version: '>= 1.18.0-0'
|
||||
+ catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.27.0-0'
|
||||
+ catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.28.0-0'
|
||||
catalog.cattle.io/namespace: cattle-system
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/permits-os: linux,windows
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
url: https://github.com/rancher/eks-operator/releases/download/v1.2.0/rancher-eks-operator-1.2.0.tgz
|
||||
url: https://github.com/rancher/eks-operator/releases/download/v1.3.0-rc1/rancher-eks-operator-1.3.0-rc1.tgz
|
||||
version: 103.0.0
|
||||
doNotRelease: true
|
||||
|
|
|
@ -18,3 +18,7 @@ rancher-gke-operator:
|
|||
- 103.0.1+up1.2.0-rc1
|
||||
rancher-gke-operator-crd:
|
||||
- 103.0.1+up1.2.0-rc1
|
||||
rancher-eks-operator:
|
||||
- 103.0.0+up1.3.0-rc1
|
||||
rancher-eks-operator-crd:
|
||||
- 103.0.0+up1.3.0-rc1
|
||||
|
|
Loading…
Reference in New Issue