Skip to content

Commit f760b36

Browse files
committed
doc(operator): Update stackableVersion doc comment
1 parent c0c9031 commit f760b36

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

crates/stackable-operator/crds/DummyCluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,6 +1892,9 @@ spec:
18921892
18931893
If not specified, the operator will use its own version, e.g. `26.7.1`. When using a nightly
18941894
operator or a PR version, it will use the nightly `0.0.0-dev` image.
1895+
1896+
If this is used in combination with `useFloatingTag`, the correct floating tag is computed
1897+
automatically, e.g. `26.7.0` becomes `26.7` for the product image.
18951898
nullable: true
18961899
type: string
18971900
useFloatingTag:

crates/stackable-operator/src/commons/product_image_selection.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ pub struct AutoProductImage {
7070
///
7171
/// If not specified, the operator will use its own version, e.g. `26.7.1`. When using a nightly
7272
/// operator or a PR version, it will use the nightly `0.0.0-dev` image.
73+
///
74+
/// If this is used in combination with `useFloatingTag`, the correct floating tag is computed
75+
/// automatically, e.g. `26.7.0` becomes `26.7` for the product image.
7376
#[schemars(with = "Option::<String>")]
7477
stackable_version: Option<semver::Version>,
7578

0 commit comments

Comments
 (0)