diff --git a/rust/stackable-cockpit/src/constants.rs b/rust/stackable-cockpit/src/constants.rs index cf03e4c5..6f255eba 100644 --- a/rust/stackable-cockpit/src/constants.rs +++ b/rust/stackable-cockpit/src/constants.rs @@ -25,7 +25,7 @@ pub const HELM_REPO_INDEX_FILE: &str = "index.yaml"; pub const HELM_OCI_BASE: &str = "oci.stackable.tech"; pub const HELM_OCI_REGISTRY: &str = "oci://oci.stackable.tech/sdp-charts"; -pub const HELM_DEFAULT_CHART_VERSION: &str = ">0.0.0-0"; +pub const HELM_DEFAULT_CHART_VERSION: &str = "0.0.0-dev"; pub const PRODUCT_NAMES: &[&str] = &[ "airflow",