Release 0.4.4
This commit is contained in:
parent
5edcdff216
commit
d203eba5a9
@ -1,6 +1,6 @@
|
|||||||
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.4.3"
|
PROVISIONER_VERSION = "0.4.4"
|
||||||
DATA_DIR = "/data"
|
DATA_DIR = "/data"
|
||||||
CONFIG = {}
|
CONFIG = {}
|
||||||
|
@ -2,4 +2,4 @@ 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.4.13
|
version: 0.4.14
|
||||||
|
@ -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.4.3
|
tag: 0.4.4
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
Loading…
Reference in New Issue
Block a user