Skip to content

Commit 6df4dc1

Browse files
GitHub Actionsjmagak
authored andcommitted
Apply suggestions
1 parent 2529e13 commit 6df4dc1

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

modules/orchestrator/proc-enabling-orchestrator-plugins-components.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Provides callable actions from Scaffolder templates, such as `orchestrator:workf
4141
[source,yaml,subs="+attributes,+quotes"]
4242
----
4343
plugins:
44-
- package: "@redhat/backstage-plugin-orchestrator@{product-chart-version}"
44+
- package: "@redhat/backstage-plugin-orchestrator@{orchestrator-plugin-version}"
4545
disabled: false
46-
- package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@{product-chart-version}"
46+
- package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@{orchestrator-plugin-version}"
4747
disabled: false
48-
- package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@{product-chart-version}"
48+
- package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@{orchestrator-plugin-version}"
4949
disabled: false
50-
- package: "@redhat/backstage-plugin-orchestrator-form-widgets@{product-chart-version}"
50+
- package: "@redhat/backstage-plugin-orchestrator-form-widgets@{orchestrator-plugin-version}"
5151
disabled: false
5252
- package: "./dynamic-plugins/dist/backstage-plugin-notifications"
5353
disabled: false

modules/orchestrator/proc-install-rhdh-orchestrator-airgapped-env-using-helm-chart-full.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mirror:
3737
- name: redhat-developer-hub
3838
version: "{product-bundle-version}"
3939
- name: redhat-developer-hub-orchestrator-infra
40-
version: "{product-bundle-version}"
40+
version: "{orchestrator-plugin-version}"
4141
operators:
4242
- catalog: registry.redhat.io/redhat/redhat-operator-index:{ocp-version}
4343
# For example: registry.redhat.io/redhat/redhat-operator-index:v4.19
@@ -118,7 +118,7 @@ To configure the Orchestrator plugins to use a custom registry, complete the fol
118118
+
119119
* Open your `values.yaml` file.
120120
+
121-
* Explicitly list the Orchestrator plugin packages under the `orchestrator.plugins` section.
121+
* List the Orchestrator plugin packages under the `orchestrator.plugins` section.
122122
You must replace the simplified package references with the full URLs that point to your custom NPM registry, as shown in the following example:
123123
+
124124
[source,yaml]
@@ -148,7 +148,7 @@ Enter the address of your custom registry and make sure the integrity checksum,
148148

149149
* Restart the {product-very-short} Pod and wait for the components to deploy properly.
150150

151-
* After deployment is complete, go to the **{product-very-short}** UI and confirm that the Orchestrator UI is accessible and functioning correctly.
151+
* After deployment is complete, go to the *{product-very-short}* UI and confirm that the *Orchestrator* UI is accessible and functioning correctly.
152152

153153
[NOTE]
154154
====
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
. Download the Node Package Manager (NPM) packages for orchestrator {product-bundle-version} using any of the following methods:
1+
. Download the Node Package Manager (NPM) packages for orchestrator {orchestrator-plugin-version} using any of the following methods:
22
* Download them as `tgz` files from the following registry:
3-
** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator/-/backstage-plugin-orchestrator-{product-bundle-version}.tgz
4-
** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-backend-dynamic/-/backstage-plugin-orchestrator-backend-dynamic-{product-bundle-version}.tgz
5-
** https://npm.registry.redhat.com/@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic/-/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-{product-bundle-version}.tgz
6-
** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-form-widgets/-/backstage-plugin-orchestrator-form-widgets-{product-bundle-version}.tgz
3+
** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator/-/backstage-plugin-orchestrator-{orchestrator-plugin-version}.tgz
4+
** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-backend-dynamic/-/backstage-plugin-orchestrator-backend-dynamic-{orchestrator-plugin-version}.tgz
5+
** https://npm.registry.redhat.com/@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic/-/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-{orchestrator-plugin-version}.tgz
6+
** https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-form-widgets/-/backstage-plugin-orchestrator-form-widgets-{orchestrator-plugin-version}.tgz
77
+
88
* Alternatively, use the NPM packages from link:https://npm.registry.redhat.com[{company-name} NPM registry] as shown in the following example:
99
+
1010
[source,subs="+attributes,+quotes"]
1111
----
12-
npm pack "@redhat/backstage-plugin-orchestrator@{product-bundle-version}" --registry=https://npm.registry.redhat.com
13-
npm pack "@redhat/backstage-plugin-orchestrator-backend-dynamic@{product-bundle-version}" --registry=https://npm.registry.redhat.com
14-
npm pack "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@{product-bundle-version} --registry=https://npm.registry.redhat.com
15-
npm pack "@redhat/backstage-plugin-orchestrator-form-widgets@{product-bundle-version}" --registry=https://npm.registry.redhat.com
12+
npm pack "@redhat/backstage-plugin-orchestrator@{orchestrator-plugin-version}" --registry=https://npm.registry.redhat.com
13+
npm pack "@redhat/backstage-plugin-orchestrator-backend-dynamic@{orchestrator-plugin-version}" --registry=https://npm.registry.redhat.com
14+
npm pack "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@{orchestrator-plugin-version} --registry=https://npm.registry.redhat.com
15+
npm pack "@redhat/backstage-plugin-orchestrator-form-widgets@{orchestrator-plugin-version}" --registry=https://npm.registry.redhat.com
1616
----
1717

1818
. Push the NPM packages you have downloaded to your NPM server, as shown in the following example:
1919
+
2020
[source,subs="+attributes,+quotes"]
2121
----
22-
npm publish backstage-plugin-orchestrator-{product-bundle-version}.tgz
23-
npm publish backstage-plugin-orchestrator-backend-dynamic-{product-bundle-version}.tgz
24-
npm publish backstage-plugin-orchestrator-form-widgets-{product-bundle-version}.tgz
25-
npm publish backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-{product-bundle-version}.tgz
22+
npm publish backstage-plugin-orchestrator-{orchestrator-plugin-version}.tgz
23+
npm publish backstage-plugin-orchestrator-backend-dynamic-{orchestrator-plugin-version}.tgz
24+
npm publish backstage-plugin-orchestrator-form-widgets-{orchestrator-plugin-version}.tgz
25+
npm publish backstage-plugin-scaffolder-backend-module-orchestrator-dynamic-{orchestrator-plugin-version}.tgz
2626
----

0 commit comments

Comments
 (0)