File tree 4 files changed +5
-4
lines changed
deploy/charts/rawfile-csi
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
import os
2
2
3
3
PROVISIONER_NAME = os .getenv ("PROVISIONER_NAME" , "rawfile.csi.openebs.io" )
4
- PROVISIONER_VERSION = "0.8.1 "
4
+ PROVISIONER_VERSION = "0.8.2 "
5
5
DATA_DIR = "/data"
6
6
CONFIG = {}
7
7
RESOURCE_EXHAUSTED_EXIT_CODE = 101
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: rawfile-csi
3
3
description : RawFile Driver Container Storage Interface
4
4
type : application
5
5
version : 0.9.0
6
- appVersion : 0.8.1
6
+ appVersion : 0.8.2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ provisionerName: "rawfile.csi.openebs.io"
3
3
defaults : &defaults
4
4
image :
5
5
repository : ghcr.io/canonical/rawfile-localpv
6
- tag : 0.8.1
6
+ tag : 0.8.2
7
7
pullPolicy : Always
8
8
resources :
9
9
limits :
Original file line number Diff line number Diff line change 2
2
# Copyright 2024 Canonical, Ltd.
3
3
#
4
4
import subprocess
5
+
5
6
import pytest
6
7
from k8s_test_harness .util import docker_util , env_util
7
8
8
9
9
- @pytest .mark .parametrize ("image_version" , ["0.8.1" , "0.8. 2" ])
10
+ @pytest .mark .parametrize ("image_version" , ["0.8.2" ])
10
11
def test_sanity (image_version ):
11
12
rock = env_util .get_build_meta_info_for_rock_version (
12
13
"rawfile-localpv" , image_version , "amd64"
You can’t perform that action at this time.
0 commit comments