Skip to content

Commit 78070a8

Browse files
committed
RHIDP-9422: Replace local file wrapper paths with oci:// references
1 parent b5e9673 commit 78070a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/configure_configuring-rhdh/proc-configure-an-rhdh-instance-with-a-tls-connection-in-kubernetes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ data:
6565
includes:
6666
- dynamic-plugins.default.yaml
6767
plugins:
68-
- package: ./dynamic-plugins/dist/backstage-plugin-kubernetes-backend-dynamic
68+
- package: oci://registry.redhat.io/rhdh/backstage-plugin-kubernetes-backend-dynamic:1.10
6969
disabled: false
70-
- package: ./dynamic-plugins/dist/backstage-plugin-kubernetes
70+
- package: oci://registry.redhat.io/rhdh/backstage-plugin-kubernetes:{product-version}
7171
disabled: false
7272
# ...
7373
----
7474
+
7575
[NOTE]
7676
====
77-
The `backstage-plugin-kubernetes` plugin is currently in link:https://access.redhat.com/support/offerings/techpreview[{technology-preview}]. As an alternative, you can use the `./dynamic-plugins/dist/backstage-plugin-topology-dynamic` plugin, which is Generally Available (GA).
77+
The `backstage-plugin-kubernetes` plugin is currently in link:https://access.redhat.com/support/offerings/techpreview[{technology-preview}]. As an alternative, you can use the `oci://registry.redhat.io/rhdh/backstage-plugin-topology-dynamic` plugin, which is Generally Available (GA).
7878
====
7979

8080
. Set the Kubernetes cluster details and configure the catalog sync options in the {configuring-book-link}[`{my-app-config-file}` configuration file]:

0 commit comments

Comments
 (0)