X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=vars%2Fkubernetes.yaml;h=462a7c7b24b4d7dd90e579f926056d8b2aa90bbc;hp=fed310c0a0e064138553152ccbfa53935f84ad1c;hb=bc521a1ec1127b1c41ee76e9301009b8ed084f69;hpb=21fe8dfd96e1231a8d792f4f6e75d237b2bfb3d6 diff --git a/vars/kubernetes.yaml b/vars/kubernetes.yaml index fed310c..462a7c7 100644 --- a/vars/kubernetes.yaml +++ b/vars/kubernetes.yaml @@ -45,14 +45,17 @@ installers: # repository. Curated apps are not listed separately either as they are # similar to scenarios; they are available in installer repository. scenarios: + - k8-calico-dualstack - k8-calico-istio - k8-calico-nofeature - k8-calico-spinnaker - k8-canal-nofeature - k8-cilium-nofeature - k8-flannel-nofeature + - k8-multus-dualstack - k8-multus-nofeature - k8-multus-plugins + - k8-eno-ovs - k8-weave-nofeature # NOTE (fdegir): set default deploy scenario for the stack @@ -79,13 +82,15 @@ kubectl_version: "{{ kubernetes_version }}" # ------------------------------------------------------------------------------- # Kubernetes: Versions of rook, ceph and their dependencies # ------------------------------------------------------------------------------- -rook_version: "v1.1.2" -ceph_version: "v14.2.4-20190917" -cephcsi_version: "v1.2.1" -csi_node_driver_registrar_version: "v1.1.0" -csi_attacher_version: "v1.2.0" -csi_provisioner_version: "v1.3.0" -csi_snapshotter_version: "v1.2.0" +rook_version: "v1.5.9" +busybox_version: "1.32.0" +ceph_version: "v14.2.18-20210316" +cephcsi_version: "v3.2.0" +csi_node_driver_registrar_version: "v2.0.1" +csi_resizer_version: "v1.0.0" +csi_attacher_version: "v3.0.0" +csi_provisioner_version: "v2.0.0" +csi_snapshotter_version: "v3.0.0" # ------------------------------------------------------------------------------- # Kubernetes: Versions of prometheus and its dependencies @@ -107,7 +112,7 @@ spinnaker_app_version: "1.16.2" # ------------------------------------------------------------------------------- # Kubernetes: App versions # ------------------------------------------------------------------------------- -helm_version: "v2.16.1" +helm_version: "v3.5.0" charts_version: "0b64349aeb537d0fd038df0e1d40ec5cf1206609" istio_version: "1.3.1"