Skip to content

Commit 53956a5

Browse files
authored
Update SettleMint Helm registry reference in docs (#803)
## Summary - update the Helm chart OCI reference to harbor.settlemint.com/settlemint/settlemint - bump the documented chart version to v7.31.11 ## Testing - no tests were run (not applicable) ------ https://chatgpt.com/codex/tasks/task_b_68ece6bccbac832bb911313276a31704 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update on-prem install docs to use the new Helm OCI registry and chart version. This ensures users install from the correct source and avoid failures. All examples now use oci://harbor.settlemint.com/settlemint/settlemint with --version v7.31.11. <!-- End of auto-generated description by cubic. -->
1 parent 61b6fd8 commit 53956a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/docs/launching-the-platform/self-hosted-onprem/platform-installation.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Enterprise customers receive dedicated registry credentials with access to enter
114114
View 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:
537537
Install 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:
779779
1. 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
```

0 commit comments

Comments
 (0)