diff --git a/consts.py b/consts.py index 30686cc..b34e658 100644 --- a/consts.py +++ b/consts.py @@ -1,7 +1,7 @@ import os PROVISIONER_NAME = os.getenv("PROVISIONER_NAME", "rawfile.csi.openebs.io") -PROVISIONER_VERSION = "0.7.0" +PROVISIONER_VERSION = "0.8.0" DATA_DIR = "/data" CONFIG = {} RESOURCE_EXHAUSTED_EXIT_CODE = 101 diff --git a/deploy/charts/rawfile-csi/Chart.yaml b/deploy/charts/rawfile-csi/Chart.yaml index 1eca783..3896e28 100644 --- a/deploy/charts/rawfile-csi/Chart.yaml +++ b/deploy/charts/rawfile-csi/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: rawfile-csi description: RawFile Driver Container Storage Interface type: application -version: 0.7.0 -appVersion: 0.7.0 +version: 0.8.0 +appVersion: 0.8.0 diff --git a/deploy/charts/rawfile-csi/values.yaml b/deploy/charts/rawfile-csi/values.yaml index 592b604..69fe959 100644 --- a/deploy/charts/rawfile-csi/values.yaml +++ b/deploy/charts/rawfile-csi/values.yaml @@ -3,7 +3,7 @@ provisionerName: "rawfile.csi.openebs.io" defaults: &defaults image: repository: docker.io/openebs/rawfile-localpv - tag: 0.7.0 + tag: 0.8.0 pullPolicy: Always resources: limits: