File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
documentation/docs/tech-docs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ` }
You can’t perform that action at this time.
0 commit comments