Skip to content

Commit f32b45c

Browse files
authored
patched cve in disk tools (#1913)
1 parent a080388 commit f32b45c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/robusta/core/model/env_vars.py

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

110110
FIO_IMAGE = os.environ.get("FIO_IMAGE", "robusta-fio-benchmark:1.0")
111-
DISK_TOOLS_IMAGE = os.environ.get("DISK_TOOLS_IMAGE", "disk-tools:1.6")
111+
DISK_TOOLS_IMAGE = os.environ.get("DISK_TOOLS_IMAGE", "disk-tools:1.7")
112112

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

0 commit comments

Comments
 (0)