Skip to content

Commit

Permalink
OPSEXP-2410 Add instruction to install with helm older version of ACS…
Browse files Browse the repository at this point in the history
… on main helm readme
  • Loading branch information
pmacius committed Nov 13, 2024
1 parent 9c154ff commit 99c664a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,17 @@ at least 3 nodes with 12 cpu cores and 32 GB of memory in total. You can install
requirements by fine tuning the [resource requests](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-units-in-kubernetes)
available in the [values](https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/values.yaml) for each component.
To install older versions get the specific values from file [this folder](https://github.com/Alfresco/acs-deployment/tree/master/helm/alfresco-content-services). Each of files have image tags which override default ones to the specific version. Deploying the specific version of ACS can be achieved by executing the following:
```bash
helm install acs alfresco/alfresco-content-services \
--values MAJOR.MINOR.N_values.yaml \
--values local-dev_values.yaml \
--atomic \
--timeout 10m0s \
--namespace alfresco
```

There are also several [examples](../helm-examples.md) showing how to deploy with various configurations:

* [Deploy with AWS Services (S3, RDS and MQ)](./examples/with-aws-services.md)
Expand Down

0 comments on commit 99c664a

Please sign in to comment.