Skip to content

Commit

Permalink
fix: helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite committed Oct 14, 2022
1 parent d5167a1 commit 6433d12
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 300 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_dongtai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:

- name: Download existed repo files
run: |
${{ steps.get_version.outputs.VERSION }}
sed -i "s#tag: latest#tag: ${{ steps.get_version.outputs.VERSION }}#g" deploy/kubernetes/helm/values.yaml
ossutil cp -rf oss://dongtai-helm-charts/iast/ ~/helm/repo/ --include dongtai-iast-*.tgz --exclude "index.yaml"
- name: Create helm package
Expand Down
4 changes: 3 additions & 1 deletion deploy/kubernetes/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ Before install, you have to make sure the helm is available. Follow [this guide]
If you want to modify the configuration of mysql and Redis,you can overwrite the values by your own file,Suppose you have a file in `/tmp/my-values.yml` with values as follow:

``` yaml
skipMysql: true
mysql:
host: my-dongtai-mysql
port: 3306
name: my-dongtai_webapi
user: root
password: my-dongtai-iast

skipRedis: true
redis:
host: my-dongtai-redis
port: 6379
Expand Down Expand Up @@ -88,7 +90,7 @@ Avaliable values:

#### Uninstall
```
helm uninstall dongtai -n dongtai
helm uninstall ProjectName -n dongtai
```

<img src="https://static.scarf.sh/a.png?x-pxid=a7858f70-7435-420a-bc4e-0b71a7727c99" />
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/README.ZH-CN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ helm install ProjectName --create-namespace -n dongtai dongtai/dongtai-iast --se

#### 卸载
```
helm uninstall dongtai -n dongtai
helm uninstall ProjectName -n dongtai
```


Expand Down
298 changes: 0 additions & 298 deletions deploy/kubernetes/upgrade-legacy.yaml

This file was deleted.

0 comments on commit 6433d12

Please sign in to comment.