diff --git a/docs/deployment/basic.md b/docs/deployment/basic.md index 1976b5fb..984e2a56 100644 --- a/docs/deployment/basic.md +++ b/docs/deployment/basic.md @@ -136,7 +136,7 @@ x509Secrets: Deploy the chart to your cluster with ``` -helm install -f values.yaml --version v1.0.0-rc.3 servicex ssl-hep/servicex +helm install -f values.yaml --version v1.4.1 servicex ssl-hep/servicex ``` Initial deployment is typically rapid, with RabbitMQ requiring up to a minute to diff --git a/docs/deployment/production.md b/docs/deployment/production.md index 1592fb92..0d33fa79 100644 --- a/docs/deployment/production.md +++ b/docs/deployment/production.md @@ -47,7 +47,7 @@ app: ``` and you deployed the helm chart with ``` -helm install -f values.yaml --version v1.0.0-rc.3 my-release ssl-hep/servicex +helm install -f values.yaml --version v1.4.1 my-release ssl-hep/servicex ``` then the instance's URL would be `my-release.servicex.ssl-hep.org`.