Skip to content

Commit b22589e

Browse files
committed
TELCODOCS#2120: Updated the version number from 4.4.14.x to 4.14.x
1 parent 2dd445e commit b22589e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/cnf-topology-aware-lifecycle-manager-apply-policies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ $ oc get clusterversion
328328
[source,terminal,subs="attributes+"]
329329
----
330330
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
331-
version 4.{product-version}.5 True True 43s Working towards 4.{product-version}.7: 71 of 735 done (9% complete)
331+
version {product-version}.5 True True 43s Working towards {product-version}.7: 71 of 735 done (9% complete)
332332
----
333333

334334
. Check the Operator subscription by running the following command:

snippets/cnf-example-upgrade-policy.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
apiVersion: policy.open-cluster-management.io/v1
66
kind: Policy
77
metadata:
8-
name: ocp-4.{product-version}.4
8+
name: ocp-{product-version}.4
99
namespace: platform-upgrade
1010
spec:
1111
disabled: false
@@ -31,12 +31,12 @@ spec:
3131
spec:
3232
channel: stable-{product-version}
3333
desiredUpdate:
34-
version: 4.{product-version}.4
34+
version: {product-version}.4
3535
upstream: https://api.openshift.com/api/upgrades_info/v1/graph
3636
status:
3737
history:
3838
- state: Completed
39-
version: 4.{product-version}.4
39+
version: {product-version}.4
4040
remediationAction: inform
4141
severity: low
4242
remediationAction: inform

0 commit comments

Comments
 (0)