Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semekh committed Feb 26, 2021
1 parent 5edcdff commit d203eba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion consts.py
Original file line number Diff line number Diff line change
@@ -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 = {}
2 changes: 1 addition & 1 deletion deploy/charts/rawfile-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/charts/rawfile-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d203eba

Please sign in to comment.