SIENTIAPDE-1309: Improve Dockerignore, Gitignore, Dockerfile, README, model repository, tests, todo list and values.yaml files.
This commit is contained in:
@@ -1089,12 +1089,18 @@ $ helm search repo sientia
|
||||
|
||||
# List chart details
|
||||
$ helm show all sientia/sientia-module
|
||||
|
||||
# Download chart to current directory
|
||||
$ helm pull sientia/sientia-module --version 0.6.0 --untar
|
||||
|
||||
# Remove chart directory
|
||||
$ rm -rf sientia-module
|
||||
```
|
||||
|
||||
### Helm Install
|
||||
|
||||
```shell
|
||||
$ helm upgrade --install sientia-dataops-model-manager sientia/sientia-module -n sientia --create-namespace -f ./values.yaml --version 0.5.0
|
||||
$ helm upgrade --install sientia-dataops-model-manager sientia/sientia-module -n sientia --create-namespace -f ./values.yaml --version 0.6.0
|
||||
```
|
||||
|
||||
### Uninstall Helm Chart
|
||||
|
||||
Reference in New Issue
Block a user