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