We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f5f44 commit 05bafdbCopy full SHA for 05bafdb
docs/helm.md
@@ -1,13 +1,16 @@
1
-You could install api-testing via Helm chart:
+You could install `api-testing` via Helm chart:
2
3
```shell
4
-helm install atest oci://registry-1.docker.io/surenpi/api-testing \
5
- --version v0.0.2 \
+helm install atest oci://docker.io/linuxsuren/api-testing \
+ --version v0.0.1-helm \
6
--set service.type=NodePort
7
```
8
9
or upgrade it:
10
11
12
-helm upgrade atest oci://registry-1.docker.io/surenpi/api-testing --version v0.0.3
+helm upgrade atest oci://docker.io/surenpi/api-testing \
13
14
+ --set image.tag=master \
15
+ --set replicaCount=3
16
0 commit comments