Skip to content

Commit 06b221d

Browse files
authored
fix: Install correct operator version when using OCI registry (#360)
chore: Update default Helm chart version to 0.0.0-dev
1 parent 283fe93 commit 06b221d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackable-cockpit/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub const HELM_REPO_INDEX_FILE: &str = "index.yaml";
2525
pub const HELM_OCI_BASE: &str = "oci.stackable.tech";
2626
pub const HELM_OCI_REGISTRY: &str = "oci://oci.stackable.tech/sdp-charts";
2727

28-
pub const HELM_DEFAULT_CHART_VERSION: &str = ">0.0.0-0";
28+
pub const HELM_DEFAULT_CHART_VERSION: &str = "0.0.0-dev";
2929

3030
pub const PRODUCT_NAMES: &[&str] = &[
3131
"airflow",

0 commit comments

Comments
 (0)