Skip to content

Commit 43a74ad

Browse files
authored
Merge pull request #10 from sassoftware/oci-install
docs: OCI installation instructions
2 parents e0f6e36 + 4b69440 commit 43a74ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,14 @@ Customize your RAM Values file based on the deployment template for your specifi
258258
#### Deploy with Helm
259259

260260
```bash
261-
helm install my-sas-retrieval-agent-manager <path-to-repo>/helm/sas-retrieval-agent-manager \
261+
helm install my-sas-retrieval-agent-manager oci://ghcr.io/sassoftware/sas-retrieval-agent-manager-deployment/sas-retrieval-agent-manager \
262+
--version <RAM Version> \
262263
--values <RAM Values file> \
263264
-n retagentmgr \
264265
--create-namespace
265266
```
266267

267-
Note: Until an official repository is created, a tarball installation will be required. Also, if something fails and you need to redeploy, you'll have to run `kubectl delete ns retagentmgr` first.
268+
Note: Use the package section of this repository to find an installable version. Also, if something fails and you need to redeploy, you'll have to run `kubectl delete ns retagentmgr` first.
268269

269270
#### Verify Deployment
270271

0 commit comments

Comments
 (0)