diff --git a/.github/actions/develop/deploy-indexer/action.yaml b/.github/actions/develop/deploy-indexer/action.yaml index 78e22913..fc9396f1 100644 --- a/.github/actions/develop/deploy-indexer/action.yaml +++ b/.github/actions/develop/deploy-indexer/action.yaml @@ -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 \ diff --git a/.github/actions/develop/deploy-operator/action.yaml b/.github/actions/develop/deploy-operator/action.yaml index f6a93202..c8d562b3 100644 --- a/.github/actions/develop/deploy-operator/action.yaml +++ b/.github/actions/develop/deploy-operator/action.yaml @@ -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 \ diff --git a/.github/actions/testnet/deploy-indexer/action.yaml b/.github/actions/testnet/deploy-indexer/action.yaml index ca5640ec..4c378614 100644 --- a/.github/actions/testnet/deploy-indexer/action.yaml +++ b/.github/actions/testnet/deploy-indexer/action.yaml @@ -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 \ diff --git a/.github/actions/testnet/deploy-operator/action.yaml b/.github/actions/testnet/deploy-operator/action.yaml index 2789c4ca..e9136c58 100644 --- a/.github/actions/testnet/deploy-operator/action.yaml +++ b/.github/actions/testnet/deploy-operator/action.yaml @@ -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 \ diff --git a/.github/workflows/cicd_clis_develop.yaml b/.github/workflows/cicd_clis_develop.yaml index 6f63fe09..02cf87fb 100644 --- a/.github/workflows/cicd_clis_develop.yaml +++ b/.github/workflows/cicd_clis_develop.yaml @@ -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] ####################################### diff --git a/.github/workflows/cicd_clis_mainnet.yaml b/.github/workflows/cicd_clis_mainnet.yaml index 6ef91fee..959bcf0e 100644 --- a/.github/workflows/cicd_clis_mainnet.yaml +++ b/.github/workflows/cicd_clis_mainnet.yaml @@ -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' ####################################### diff --git a/.github/workflows/cicd_clis_testnet.yaml b/.github/workflows/cicd_clis_testnet.yaml index f8433a15..ae0e2a12 100644 --- a/.github/workflows/cicd_clis_testnet.yaml +++ b/.github/workflows/cicd_clis_testnet.yaml @@ -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] #######################################