Skip to content

Commit d47411a

Browse files
committed
fix registry path
1 parent f3a76c8 commit d47411a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/tech-docs/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import dedent from 'ts-dedent'
2727
2828
<CodeBlock language="bash">
2929
{dedent`
30-
helm upgrade in-cloud-web oci://registry-1.docker.io/prorobotech/in-cloud-web-chart \\
30+
helm upgrade in-cloud-web oci://registry-1.docker.io/prorobotech/incloud-web-chart \\
3131
--namespace in-cloud-web \\
3232
--install \\
3333
--set in-cloud-web-resources.enabled=false \\
@@ -41,7 +41,7 @@ import dedent from 'ts-dedent'
4141
4242
<CodeBlock language="bash">
4343
{dedent`
44-
helm upgrade in-cloud-web-resources oci://registry-1.docker.io/prorobotech/in-cloud-web-resources \\
44+
helm upgrade in-cloud-web-resources oci://registry-1.docker.io/prorobotech/incloud-web-resources \\
4545
--namespace in-cloud-web \\
4646
--install
4747
`}

0 commit comments

Comments
 (0)