Skip to content

Commit

Permalink
release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Wei committed Sep 12, 2023
1 parent c617948 commit 008d5e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ You can leverage **vArmor** in the following scenarios to provide sandbox protec

### Step 1. Fetch chart
```
helm pull oci://elkeid-cn-beijing.cr.volces.com/varmor/varmor --version 0.5.2
helm pull oci://elkeid-cn-beijing.cr.volces.com/varmor/varmor --version 0.5.3
```

### Step 2. Install
```
kubectl create ns varmor
helm install varmor varmor-0.5.2.tgz \
helm install varmor varmor-0.5.3.tgz \
-n varmor \
--set image.registry="elkeid-cn-beijing.cr.volces.com"
```
Expand Down
4 changes: 2 additions & 2 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@

### Step 1. 拉取 chart 包
```
helm pull oci://elkeid-cn-beijing.cr.volces.com/varmor/varmor --version 0.5.2
helm pull oci://elkeid-cn-beijing.cr.volces.com/varmor/varmor --version 0.5.3
```

### Step 2. 安装
```
kubectl create ns varmor
helm install varmor varmor-0.5.2.tgz \
helm install varmor varmor-0.5.3.tgz \
-n varmor \
--set image.registry="elkeid-cn-beijing.cr.volces.com"
```
Expand Down

0 comments on commit 008d5e3

Please sign in to comment.