Skip to content

Commit 37105a1

Browse files
authored
bumping version for cve patches (#1966)
1 parent 8419c1c commit 37105a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robusta/core/model/env_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def load_bool(env_var, default: bool):
109109
IMAGE_REGISTRY = os.environ.get("IMAGE_REGISTRY", "robustadev")
110110

111111
FIO_IMAGE = os.environ.get("FIO_IMAGE", "robusta-fio-benchmark:1.0")
112-
DISK_TOOLS_IMAGE = os.environ.get("DISK_TOOLS_IMAGE", "disk-tools:1.7")
112+
DISK_TOOLS_IMAGE = os.environ.get("DISK_TOOLS_IMAGE", "disk-tools:1.8")
113113

114114
CLUSTER_DOMAIN = os.environ.get("CLUSTER_DOMAIN", "cluster.local")
115115

0 commit comments

Comments
 (0)