Skip to content

Commit c44259f

Browse files
Merge pull request #91191 from openshift-cherrypick-robot/cherry-pick-91186-to-rhacs-docs-4.7
[rhacs-docs-4.7] ROX-28427: Add command to upgrade config controller image
2 parents c0f3953 + 3199e9f commit c44259f

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)