Skip to content

Commit aa7801e

Browse files
authored
Merge pull request #90860 from shreyasiddhartha/OSSM-8955
OSSM-8955 [DOC] Add text about using "latest" in the "version" field of the Istio CRD
2 parents d708b10 + 52848ac commit aa7801e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ossm-about-concepts-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ oc explain istios.spec.values
5555
----
5656
//Helm charts can only be used with istio-csr and Helm charts are a temporary work around for istio-csr. This might get confusing for users, so a NOTE was added.
5757

58-
To support canary updates of the control plane, {SMProduct} includes support for multiple Istio versions. You can select a version by setting `spec.version` to the version you would like to install, prefixed with a `v`. You can update to a new version just by changing this field.
58+
To perform canary updates of the control plane, {SMProduct} supports multiple {istio} versions. You can set the `version` field to the new version by either using the full version or the `v<x>.<y>-latest` alias to automatically select the latest version for a specific minor version. For example, setting `v1.23-latest` ensures that the Operator maintains the latest version of {istio} 1.23.
5959

6060
{SMProduct} supports two different update strategies for your control planes:
6161

0 commit comments

Comments
 (0)