We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283fe93 commit 06b221dCopy full SHA for 06b221d
rust/stackable-cockpit/src/constants.rs
@@ -25,7 +25,7 @@ pub const HELM_REPO_INDEX_FILE: &str = "index.yaml";
25
pub const HELM_OCI_BASE: &str = "oci.stackable.tech";
26
pub const HELM_OCI_REGISTRY: &str = "oci://oci.stackable.tech/sdp-charts";
27
28
-pub const HELM_DEFAULT_CHART_VERSION: &str = ">0.0.0-0";
+pub const HELM_DEFAULT_CHART_VERSION: &str = "0.0.0-dev";
29
30
pub const PRODUCT_NAMES: &[&str] = &[
31
"airflow",
0 commit comments