Skip to content

Commit

Permalink
Merge pull request #673 from holographxyz/develop
Browse files Browse the repository at this point in the history
Removed amoy from operator config
  • Loading branch information
sogoiii authored May 31, 2024
2 parents 844f119 + 7478628 commit 0a78825
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/actions/develop/deploy-indexer/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ runs:
\
--set autoscaling.enabled=false \
--set replicaCountAvalanche=1 \
--set replicaCountPolygon=1 \
--set replicaCountPolygon=0 \
--set replicaCountBinance=1 \
--set replicaCountMantle=1 \
--set replicaCountMantle=0 \
--set replicaCountEthereum=1 \
--set replicaCountArbitrum=1 \
--set replicaCountOptimism=1 \
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/develop/deploy-operator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ runs:
\
--set autoscaling.enabled=false \
--set replicaCountAvalanche=1 \
--set replicaCountPolygon=1 \
--set replicaCountPolygon=0 \
--set replicaCountBinance=1 \
--set replicaCountMantle=1 \
--set replicaCountMantle=0 \
--set replicaCountEthereum=1 \
--set replicaCountArbitrum=1 \
--set replicaCountOptimism=1 \
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/testnet/deploy-indexer/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ runs:
\
--set autoscaling.enabled=false \
--set replicaCountAvalanche=1 \
--set replicaCountPolygon=1 \
--set replicaCountPolygon=0 \
--set replicaCountBinance=1 \
--set replicaCountMantle=1 \
--set replicaCountMantle=0 \
--set replicaCountEthereum=1 \
--set replicaCountArbitrum=1 \
--set replicaCountOptimism=1 \
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/testnet/deploy-operator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ runs:
\
--set autoscaling.enabled=false \
--set replicaCountAvalanche=1 \
--set replicaCountPolygon=1 \
--set replicaCountPolygon=0 \
--set replicaCountBinance=1 \
--set replicaCountMantle=1 \
--set replicaCountMantle=0 \
--set replicaCountEthereum=1 \
--set replicaCountArbitrum=1 \
--set replicaCountOptimism=1 \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cicd_clis_develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ env:
#
STG_COMMON_NAMESPACE_V2: 'develop-v2'
#######################################
STG_HOLOGRAPH_INDEXER_HELM_CHART_VERSION: 0.1.85
STG_HOLOGRAPH_INDEXER_HELM_CHART_VERSION: 0.1.86
INDEXER_RELEASE_NAME_V2: 'indexer-dev-v2' # format -> [release_name]-indexer-[env]
#
STG_HOLOGRAPH_OPERATOR_HELM_CHART_VERSION: 0.1.16
STG_HOLOGRAPH_OPERATOR_HELM_CHART_VERSION: 0.1.19
OPERATOR_RELEASE_NAME_V2: 'operator-dev-v2' # format -> [release_name]-indexer-[env]
#######################################

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cicd_clis_mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ env:
MAINNET_COMMON_NAMESPACE: 'mainnet'
MAINNET_COMMON_NAMESPACE_V2: 'mainnet-v2'
#######################################
MAINNET_HOLO_INDEXER_HELM_CHART_VERSION: 0.1.85
MAINNET_HOLO_INDEXER_HELM_CHART_VERSION: 0.1.86
INDEXER_RELEASE_NAME: 'blondie-indexer-mainnet' # format -> [release_name]-indexer-[env]
INDEXER_RELEASE_NAME_V2: 'blondie-indexer-mainnet-v2'
#
MAINNET_HOLO_OPERATOR_HELM_CHART_VERSION: 0.1.16
MAINNET_HOLO_OPERATOR_HELM_CHART_VERSION: 0.1.19
OPERATOR_RELEASE_NAME: 'blondie-operator-mainnet' # format -> [release_name]-operator-[env]
OPERATOR_RELEASE_NAME_V2: 'blondie-operator-mainnet-v2'
#######################################
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cicd_clis_testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ env:
#
TESTNET_COMMON_NAMESPACE_V2: 'testnet-v2'
#######################################
TESTNET_HOLO_INDEXER_HELM_CHART_VERSION: 0.1.85
TESTNET_HOLO_INDEXER_HELM_CHART_VERSION: 0.1.86
INDEXER_RELEASE_NAME_V2: 'blondie-indexer-testnet-v2' # format -> [release_name]-indexer-[env]
#
TESTNET_HOLO_OPERATOR_HELM_CHART_VERSION: 0.1.16
TESTNET_HOLO_OPERATOR_HELM_CHART_VERSION: 0.1.19
OPERATOR_RELEASE_NAME_V2: 'blondie-operator-testnet-v2' # format -> [release_name]-indexer-[env]
#######################################

Expand Down

0 comments on commit 0a78825

Please sign in to comment.