Skip to content

Commit 628a76b

Browse files
authored
Merge pull request #94477 from ShaunaDiaz/OSDOCS-14732
OSDOCS-14732: updates gitops version MicroShift 4.19
2 parents c668cdc + b9f6dc1 commit 628a76b

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

_attributes/attributes-microshift.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
:oke: OpenShift Kubernetes Engine
1212
:product-title-first: Red{nbsp}Hat build of MicroShift (MicroShift)
1313
:microshift-short: MicroShift
14+
//gitops version for 4.17-4.19
15+
:gitops-ver: 1.16
1416
:product-registry: OpenShift image registry
1517
:product-version: 4.19
1618
:rhel-major: rhel-9

modules/microshift-install-rpms-gitops.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@
66
[id="microshift-installing-rpms-for-gitops_{context}"]
77
= Installing the GitOps Argo CD manifests from an RPM package
88

9-
You can use a lightweight version of OpenShift GitOps with {microshift-short} to help manage your applications. Install the necessary Argo CD manifests using an RPM package. This RPM package included the necessary manifests that runs core Argo CD.
9+
You can use a lightweight version of OpenShift GitOps with {microshift-short} to help manage your applications by installing the `microshift-gitops` RPM package. The `microshift-gitops` RPM package includes the necessary manifests to run core Argo CD.
1010

1111
[IMPORTANT]
1212
====
13-
This process installs the basic GitOps functionalities. The Argo CD CLI is not available on {microshift-short}.
13+
The Argo CD CLI is not available on {microshift-short}. This process installs basic GitOps functions.
1414
====
1515

1616
.Prerequisites
1717

18-
* You installed {microshift-short} version 4.14 or higher
19-
* Additional RAM storage of 250MB recommended
18+
* You installed {microshift-short} version 4.14 or later.
19+
* You configured 250MB RAM of additional storage.
2020
2121
.Procedure
2222

2323
. Enable the GitOps repository with the subscription manager by running the following command:
2424
+
25-
[source,terminal]
25+
[source,terminal,subs="attributes+"]
2626
----
27-
$ sudo subscription-manager repos --enable=gitops-1.12-for-rhel-9-$(uname -m)-rpms
27+
$ sudo subscription-manager repos --enable=gitops-{gitops-ver}-for-{rhel-major}-$(uname -m)-rpms
2828
----
2929

30-
. Install the GitOps package by running the following command:
30+
. Install the {microshift-short} GitOps package by running the following command:
3131
+
3232
[source,terminal]
3333
----
3434
$ sudo dnf install -y microshift-gitops
3535
----
3636

37-
. To deploy Argo CD pods, restart the {microshift-short} service by running the following command:
37+
. To deploy Argo CD pods, restart {microshift-short} by running the following command:
3838
+
3939
[source,terminal]
4040
----
@@ -43,7 +43,7 @@ $ sudo systemctl restart microshift
4343

4444
.Verification
4545

46-
* You can verify that your pods are running properly by running the following command:
46+
* You can verify that your pods are running properly by entering the following command:
4747
+
4848
[source,terminal]
4949
----

0 commit comments

Comments
 (0)