Skip to content

Commit

Permalink
fix command 'helm upgrade' should with option '--reuse-values'
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-unifra committed Oct 25, 2024
1 parent 10b5119 commit c39b815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/content/docs/en/sdk/guides/aws-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,6 @@ If you have configured a domain for Grafana in the previous steps, you can acces

Use the following command to update Alertmanager:
```
helm upgrade -i scroll-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-monitor -n $(NAMESPACE) \
--version=0.0.4 \
--values ./values/alert-manager.yaml
helm upgrade --reuse-values -i scroll-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-monitor -n $(NAMESPACE) \
--values ./values/alert-manager.yaml
```
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ If you have configured a domain for Grafana in the previous steps, you can acces

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

0 comments on commit c39b815

Please sign in to comment.