Skip to content

Commit e49644f

Browse files
committed
bump versions
1 parent ac8e6b9 commit e49644f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
PROVISIONER_NAME = os.getenv("PROVISIONER_NAME", "rawfile.csi.openebs.io")
4-
PROVISIONER_VERSION = "0.8.1"
4+
PROVISIONER_VERSION = "0.8.2"
55
DATA_DIR = "/data"
66
CONFIG = {}
77
RESOURCE_EXHAUSTED_EXIT_CODE = 101

deploy/charts/rawfile-csi/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: rawfile-csi
33
description: RawFile Driver Container Storage Interface
44
type: application
55
version: 0.9.0
6-
appVersion: 0.8.1
6+
appVersion: 0.8.2

deploy/charts/rawfile-csi/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provisionerName: "rawfile.csi.openebs.io"
33
defaults: &defaults
44
image:
55
repository: ghcr.io/canonical/rawfile-localpv
6-
tag: 0.8.1
6+
tag: 0.8.2
77
pullPolicy: Always
88
resources:
99
limits:

tests/sanity/test_rock.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
# Copyright 2024 Canonical, Ltd.
33
#
44
import subprocess
5+
56
import pytest
67
from k8s_test_harness.util import docker_util, env_util
78

89

9-
@pytest.mark.parametrize("image_version", ["0.8.1", "0.8.2"])
10+
@pytest.mark.parametrize("image_version", ["0.8.2"])
1011
def test_sanity(image_version):
1112
rock = env_util.get_build_meta_info_for_rock_version(
1213
"rawfile-localpv", image_version, "amd64"

0 commit comments

Comments
 (0)