Skip to content

Commit

Permalink
bump production version
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Nov 29, 2024
1 parent 0614005 commit faebb01
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions examples/Makefile.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@ install:
--values values/genesis.yaml

helm upgrade -i l2-sequencer-0 oci://ghcr.io/scroll-tech/scroll-sdk/helm/l2-sequencer -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/l2-sequencer-production-0.yaml

helm upgrade -i l2-sequencer-1 oci://ghcr.io/scroll-tech/scroll-sdk/helm/l2-sequencer -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/l2-sequencer-production-1.yaml

helm upgrade -i coordinator-api oci://ghcr.io/scroll-tech/scroll-sdk/helm/coordinator-api -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/coordinator-api-production.yaml \
--values values/coordinator-api-config.yaml

helm upgrade -i bridge-history-api oci://ghcr.io/scroll-tech/scroll-sdk/helm/bridge-history-api -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/bridge-history-api-production.yaml \
--values values/bridge-history-api-config.yaml

helm upgrade -i bridge-history-fetcher oci://ghcr.io/scroll-tech/scroll-sdk/helm/bridge-history-fetcher -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/bridge-history-fetcher-production.yaml \
--values values/bridge-history-fetcher-config.yaml

helm upgrade -i chain-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/chain-monitor -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/chain-monitor-production.yaml \
--values values/chain-monitor-config.yaml

helm upgrade -i coordinator-cron oci://ghcr.io/scroll-tech/scroll-sdk/helm/coordinator-cron -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/coordinator-cron-production.yaml \
--values values/coordinator-cron-config.yaml

Expand All @@ -48,20 +48,20 @@ install:
--values values/frontends-config.yaml

helm upgrade -i gas-oracle oci://ghcr.io/scroll-tech/scroll-sdk/helm/gas-oracle -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/gas-oracle-production.yaml \
--values values/gas-oracle-config.yaml

helm upgrade -i l2-bootnode-0 oci://ghcr.io/scroll-tech/scroll-sdk/helm/l2-bootnode -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/l2-bootnode-production-0.yaml

helm upgrade -i l2-bootnode-1 oci://ghcr.io/scroll-tech/scroll-sdk/helm/l2-bootnode -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/l2-bootnode-production-1.yaml

helm upgrade -i l2-rpc oci://ghcr.io/scroll-tech/scroll-sdk/helm/l2-rpc -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/l2-rpc-production.yaml

helm upgrade -i rollup-explorer-backend oci://ghcr.io/scroll-tech/scroll-sdk/helm/rollup-explorer-backend -n $(NAMESPACE) \
Expand All @@ -70,17 +70,17 @@ install:
--values values/rollup-explorer-backend-config.yaml

helm upgrade -i rollup-node oci://ghcr.io/scroll-tech/scroll-sdk/helm/rollup-node -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/rollup-node-production.yaml \
--values values/rollup-node-config.yaml

helm upgrade -i admin-system-backend oci://ghcr.io/scroll-tech/scroll-sdk/helm/admin-system-backend -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/admin-system-backend-production.yaml \
--values values/admin-system-backend-config.yaml

helm upgrade -i admin-system-cron oci://ghcr.io/scroll-tech/scroll-sdk/helm/admin-system-cron -n $(NAMESPACE) \
--version=0.1.0 \
--version=0.1.1 \
--values values/admin-system-cron-production.yaml \
--values values/admin-system-cron-config.yaml

Expand All @@ -101,7 +101,7 @@ install:

install-l1-devnet:
helm upgrade -i l1-devnet oci://ghcr.io/scroll-tech/scroll-sdk/helm/l1-devnet -n $(NAMESPACE) \
--version=0.1.1 \
--version=0.1.2 \
--values values/l1-devnet-production.yaml

delete:
Expand Down

0 comments on commit faebb01

Please sign in to comment.