Skip to content

Commit 05bafdb

Browse files
authored
chore: correct the Helm image path in helm.md (#240)
1 parent d2f5f44 commit 05bafdb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/helm.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
You could install api-testing via Helm chart:
1+
You could install `api-testing` via Helm chart:
22

33
```shell
4-
helm install atest oci://registry-1.docker.io/surenpi/api-testing \
5-
--version v0.0.2 \
4+
helm install atest oci://docker.io/linuxsuren/api-testing \
5+
--version v0.0.1-helm \
66
--set service.type=NodePort
77
```
88

99
or upgrade it:
1010

1111
```shell
12-
helm upgrade atest oci://registry-1.docker.io/surenpi/api-testing --version v0.0.3
12+
helm upgrade atest oci://docker.io/surenpi/api-testing \
13+
--version v0.0.1-helm \
14+
--set image.tag=master \
15+
--set replicaCount=3
1316
```

0 commit comments

Comments
 (0)