mayadata-io / openebs-upgrade

Operator for OpenEBS
2 stars 5 forks source link

Update(intsall): support to install/upgrade OpenEBS 2.8.0 CE #73

Closed Ab-hishek closed 3 years ago

Ab-hishek commented 3 years ago

A sample yaml to install OpenEBS 2.8.0:

apiVersion: dao.mayadata.io/v1alpha1
kind: OpenEBS
metadata:
  name: install-openebs-2.8.0
spec:
  imagePrefix: openebs
  version: 2.8.0

In this version, cstor csi driver has been upgraded to v1 version and all the CRD's & RBAC's have been upgrade to v1 version.

Signed-off-by: Abhishek Agarwal abhishek.agarwal@mayadata.io