Release 0.7.0
This commit is contained in:
parent
110dee7d3d
commit
520864be1a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user