Skip to content

Commit 3199e9f

Browse files
ajheflinopenshift-cherrypick-robot
authored andcommitted
Add command to upgrade config controller image
1 parent c0f3953 commit 3199e9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/upgrade-central-cluster-central.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ $ oc -n stackrox set image deploy/central central=registry.redhat.io/advanced-cl
1818
----
1919
<1> If you use Kubernetes, enter `kubectl` instead of `oc`.
2020
21+
* Run the following command to update the Config Controller image:
22+
+
23+
[source,terminal,subs=attributes+]
24+
----
25+
$ oc -n stackrox set image deploy/config-controller central=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8:{rhacs-version} <1>
26+
----
27+
<1> If you use Kubernetes, enter `kubectl` instead of `oc`.
28+
2129
2230
.Verification
2331

0 commit comments

Comments
 (0)