From 3db48a0fd26a7e9d730a6c1e6396913b7afb6340 Mon Sep 17 00:00:00 2001 From: Mehran Kholdi Date: Wed, 30 Mar 2022 13:20:57 +0430 Subject: [PATCH] Release 0.8.0 --- consts.py | 2 +- deploy/charts/rawfile-csi/Chart.yaml | 4 ++-- deploy/charts/rawfile-csi/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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: