Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jul 20, 2023
1 parent 8adaef7 commit df29024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commons/product_image_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ pub struct ProductImageStackableVersion {
/// Version of the product, e.g. `1.4.1`.
product_version: String,
/// Stackable version of the product, e.g. `23.4`, `23.4.1` or `0.0.0-dev`.
/// If not specified, the operator will use the same version as he has (e.g. `23.4.1` or `0.0.0-dev`)
/// If not specified, the operator will use a floating image tag pointing to the latest patch version of this release line, e.g. `23.4.1`.
/// When using a nightly operator it will use the nightly `0.0.0-dev` image.
stackable_version: Option<String>,
/// Name of the docker repo, e.g. `docker.stackable.tech/stackable`
repo: Option<String>,
Expand Down

0 comments on commit df29024

Please sign in to comment.