Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semekh committed Oct 7, 2021
1 parent 110dee7 commit 520864b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion consts.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

PROVISIONER_NAME = os.getenv("PROVISIONER_NAME", "rawfile.csi.openebs.io")
PROVISIONER_VERSION = "0.5.0"
PROVISIONER_VERSION = "0.7.0"
DATA_DIR = "/data"
CONFIG = {}
RESOURCE_EXHAUSTED_EXIT_CODE = 101
4 changes: 2 additions & 2 deletions deploy/charts/rawfile-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: rawfile-csi
description: RawFile Driver Container Storage Interface
type: application
version: 0.5.0
appVersion: 0.5.0
version: 0.7.0
appVersion: 0.7.0
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.5.0
tag: 0.7.0
pullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 520864b

Please sign in to comment.