Skip to content

Commit

Permalink
Replace deprecated "helm delete" with "helm uninstall" (#1689)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Krivenko <[email protected]>
  • Loading branch information
dnskr authored Feb 1, 2025
1 parent be47956 commit d1b71e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/howto/chart_releaser_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To install the <chart-name> chart:
To uninstall the chart:
helm delete my-<chart-name>
helm uninstall my-<chart-name>
```

The charts will be published to a website with URL like this:
Expand Down
2 changes: 1 addition & 1 deletion content/es/docs/howto/chart_releaser_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ helm install my-<chart-name> <alias>/<chart-name>
```
Para desinstalar el chart:
```
helm delete my-<chart-name>
helm uninstall my-<chart-name>
```

Los charts se publicarán en un sitio web con una URL como esta:
Expand Down
2 changes: 1 addition & 1 deletion content/uk/docs/howto/chart_releaser_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ weight: 3

Щоб видалити чарт:

helm delete my-<chart-name>
helm uninstall my-<chart-name>
```

Чарти будуть опубліковані на вебсайті з URL-адресою типу:
Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/howto/chart_releaser_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To install the <chart-name> chart:
To uninstall the chart:
helm delete my-<chart-name>
helm uninstall my-<chart-name>
```

发布后的chart的url类似这样:
Expand Down

0 comments on commit d1b71e7

Please sign in to comment.