Release 0.8.0
This commit is contained in:
parent
0a130f42ff
commit
4e0a4fe698
@ -1,7 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
PROVISIONER_NAME = os.getenv("PROVISIONER_NAME", "rawfile.csi.openebs.io")
|
PROVISIONER_NAME = os.getenv("PROVISIONER_NAME", "rawfile.csi.openebs.io")
|
||||||
PROVISIONER_VERSION = "0.7.0"
|
PROVISIONER_VERSION = "0.8.0"
|
||||||
DATA_DIR = "/data"
|
DATA_DIR = "/data"
|
||||||
CONFIG = {}
|
CONFIG = {}
|
||||||
RESOURCE_EXHAUSTED_EXIT_CODE = 101
|
RESOURCE_EXHAUSTED_EXIT_CODE = 101
|
||||||
|
@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: rawfile-csi
|
name: rawfile-csi
|
||||||
description: RawFile Driver Container Storage Interface
|
description: RawFile Driver Container Storage Interface
|
||||||
type: application
|
type: application
|
||||||
version: 0.7.0
|
version: 0.8.0
|
||||||
appVersion: 0.7.0
|
appVersion: 0.8.0
|
||||||
|
@ -3,7 +3,7 @@ provisionerName: "rawfile.csi.openebs.io"
|
|||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
image:
|
image:
|
||||||
repository: docker.io/openebs/rawfile-localpv
|
repository: docker.io/openebs/rawfile-localpv
|
||||||
tag: 0.7.0
|
tag: 0.8.0
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
Loading…
Reference in New Issue
Block a user