Skip to content

Commit c39b815

Browse files
committed
fix command 'helm upgrade' should with option '--reuse-values'
1 parent 10b5119 commit c39b815

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/content/docs/en/sdk/guides/aws-deployment.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,6 @@ If you have configured a domain for Grafana in the previous steps, you can acces
860860

861861
Use the following command to update Alertmanager:
862862
```
863-
helm upgrade -i scroll-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-monitor -n $(NAMESPACE) \
864-
--version=0.0.4 \
865-
--values ./values/alert-manager.yaml
863+
helm upgrade --reuse-values -i scroll-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-monitor -n $(NAMESPACE) \
864+
--values ./values/alert-manager.yaml
866865
```

src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ If you have configured a domain for Grafana in the previous steps, you can acces
596596

597597
Use the following command to update Alertmanager:
598598
```
599-
helm upgrade -i scroll-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-monitor -n $(NAMESPACE) \
600-
--version=0.0.4 \
599+
helm upgrade --reuse-values -i scroll-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-monitor -n $(NAMESPACE) \
601600
--values ./values/alert-manager.yaml
602601
```

0 commit comments

Comments
 (0)