Skip to content

Commit fa31a20

Browse files
authored
chore: update example makefile (#221)
1 parent 1dd4d02 commit fa31a20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/Makefile.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ NAMESPACE ?= default
33
install:
44
helm upgrade -i scroll-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-monitor -n $(NAMESPACE) \
55
--version=0.0.8 \
6-
--values values/scroll-monitor-production.yaml \
7-
--values values/alert-manager.yaml
6+
--values values/scroll-monitor-production.yaml
87

98
helm upgrade -i scroll-common oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-common -n $(NAMESPACE) \
109
--version=0.0.5 \

0 commit comments

Comments
 (0)