File tree Expand file tree Collapse file tree
content/docs/launching-the-platform/self-hosted-onprem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Enterprise customers receive dedicated registry credentials with access to enter
114114View all available configuration options for enterprise deployment:
115115
116116``` bash
117- helm show values oci://registry .settlemint.com/settlemint-platform/SettleMint --version 7.0.0
117+ helm show values oci://harbor .settlemint.com/settlemint/settlemint --version v7.31.11
118118```
119119
120120<Callout type = " warning" >
@@ -537,9 +537,9 @@ support:
537537Install the platform:
538538
539539` ` ` bash
540- helm upgrade --install SettleMint oci://registry .settlemint.com/settlemint-platform/SettleMint \
540+ helm upgrade --install SettleMint oci://harbor .settlemint.com/settlemint/settlemint \
541541 --namespace SettleMint \
542- --version 7.0.0 \
542+ --version v7.31.11 \
543543 --create-namespace \
544544 --values values.yaml
545545```
@@ -779,7 +779,7 @@ If you encounter issues during installation:
7797791. Debug the installation :
780780
781781` ` ` bash
782- helm upgrade --install --debug --dry-run SettleMint oci://registry .settlemint.com/settlemint-platform/SettleMint \
782+ helm upgrade --install --debug --dry-run SettleMint oci://harbor .settlemint.com/settlemint/settlemint \
783783 --namespace SettleMint \
784784 --values values.yaml
785785` ` `
You can’t perform that action at this time.
0 commit comments