Release 0.7.0

This commit is contained in:
Mehran Kholdi 2021-10-07 17:13:24 +03:30
parent 110dee7d3d
commit 520864be1a
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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: