From ab50217ea51f5dbee129c82c93ea69771d676235 Mon Sep 17 00:00:00 2001 From: Mehran Kholdi Date: Sat, 16 Jan 2021 04:01:22 +0330 Subject: [PATCH] Release 0.4.2 --- consts.py | 2 +- deploy/charts/rawfile-csi/Chart.yaml | 2 +- deploy/charts/rawfile-csi/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/consts.py b/consts.py index dd35db4..6d789d8 100644 --- a/consts.py +++ b/consts.py @@ -1,6 +1,6 @@ import os PROVISIONER_NAME = os.getenv("PROVISIONER_NAME", "rawfile.csi.openebs.io") -PROVISIONER_VERSION = "0.4.1" +PROVISIONER_VERSION = "0.4.2" DATA_DIR = "/data" CONFIG = {} diff --git a/deploy/charts/rawfile-csi/Chart.yaml b/deploy/charts/rawfile-csi/Chart.yaml index 9dd889d..5f17604 100644 --- a/deploy/charts/rawfile-csi/Chart.yaml +++ b/deploy/charts/rawfile-csi/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: rawfile-csi description: RawFile Driver Container Storage Interface type: application -version: 0.4.10 +version: 0.4.11 diff --git a/deploy/charts/rawfile-csi/values.yaml b/deploy/charts/rawfile-csi/values.yaml index f4377a9..a107069 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.4.1 + tag: 0.4.2 pullPolicy: Always resources: limits: