From d203eba5a93e0282603953060a7d1f8f10677990 Mon Sep 17 00:00:00 2001 From: Mehran Kholdi Date: Fri, 26 Feb 2021 17:56:47 +0330 Subject: [PATCH] Release 0.4.4 --- 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 4cce3e9..46d8b6e 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.3" +PROVISIONER_VERSION = "0.4.4" DATA_DIR = "/data" CONFIG = {} diff --git a/deploy/charts/rawfile-csi/Chart.yaml b/deploy/charts/rawfile-csi/Chart.yaml index 7867038..e86e34c 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.13 +version: 0.4.14 diff --git a/deploy/charts/rawfile-csi/values.yaml b/deploy/charts/rawfile-csi/values.yaml index 8e7514f..ccbd93d 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.3 + tag: 0.4.4 pullPolicy: Always resources: limits: