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