Skip to content

Commit

Permalink
Remove eksportisto charts (#10558)
Browse files Browse the repository at this point in the history
* Remove eksportisto env values

* Remove eksportisto from celotool

* Remove eksportisto helm charts

* Remove eksportisto metric exception
  • Loading branch information
lvpeschke authored Sep 18, 2023
1 parent 4b88542 commit 07f25e9
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 586 deletions.
4 changes: 0 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-m
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_TAG="transaction-metrics-exporter-dc5e5dfa07231a4ff4664816a95eae606293eae9"
TRANSACTION_METRICS_EXPORTER_SUFFIX='1'

EKSPORTISTO_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/eksportisto"
EKSPORTISTO_DOCKER_IMAGE_TAG="12f9f9e822ea35db2f965be616abef126f1724fb"
EKSPORTISTO_SUFFIX='1'

# Genesis Vars
NETWORK_ID=1101
CONSENSUS_TYPE="istanbul"
Expand Down
4 changes: 0 additions & 4 deletions .env.alfajores
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ MOCK_ORACLE_DOCKER_IMAGE_TAG="default"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_TAG="transaction-metrics-exporter-f4a55e143932ea559cf4bcbd9bcccc14da43d6ed"

EKSPORTISTO_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/eksportisto"
EKSPORTISTO_DOCKER_IMAGE_TAG="c88f7e8babcdb01062a6a12ae729705ba9769add"
EKSPORTISTO_SUFFIX='1'

# Genesis Vars
NETWORK_ID=44787
CONSENSUS_TYPE="istanbul"
Expand Down
4 changes: 0 additions & 4 deletions .env.baklava
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ GCP_FORNO_EUROPE_WEST1_PROM_SIDECAR_DISABLED="true"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_TAG="transaction-metrics-exporter-dc5e5dfa07231a4ff4664816a95eae606293eae9"

EKSPORTISTO_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/eksportisto"
EKSPORTISTO_DOCKER_IMAGE_TAG="b199a634866ef34c4fa1925381dff4de40eb0a3c"
EKSPORTISTO_SUFFIX='1'

# Genesis Vars
NETWORK_ID=62320
CONSENSUS_TYPE="istanbul"
Expand Down
4 changes: 0 additions & 4 deletions .env.rc1
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ GCP_PRIVATE_TXNODES_FULL_NODES_WS_PORT="8545"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_TAG="transaction-metrics-exporter-f4a55e143932ea559cf4bcbd9bcccc14da43d6ed"

EKSPORTISTO_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/eksportisto"
EKSPORTISTO_DOCKER_IMAGE_TAG="41fd75246c7108716be373d2d36cac13996034fc"
EKSPORTISTO_SUFFIX=''

# Genesis Vars
NETWORK_ID=42220
CONSENSUS_TYPE="istanbul"
Expand Down
16 changes: 0 additions & 16 deletions packages/celotool/src/cmds/deploy/destroy/eksportisto.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/celotool/src/cmds/deploy/initial/eksportisto.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/celotool/src/cmds/deploy/upgrade/eksportisto.ts

This file was deleted.

233 changes: 0 additions & 233 deletions packages/celotool/src/lib/eksportisto.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/celotool/src/lib/env-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export enum envVar {
CONTEXTS = 'CONTEXTS',
DONUT_BLOCK = 'DONUT_BLOCK',
E2E_TESTS_FORCE_USE_MYCELO = 'E2E_TESTS_FORCE_USE_MYCELO',
EKSPORTISTO_DOCKER_IMAGE_REPOSITORY = 'EKSPORTISTO_DOCKER_IMAGE_REPOSITORY',
EKSPORTISTO_DOCKER_IMAGE_TAG = 'EKSPORTISTO_DOCKER_IMAGE_TAG',
EKSPORTISTO_SUFFIX = 'EKSPORTISTO_SUFFIX',
ENV_TYPE = 'ENV_TYPE',
EPOCH = 'EPOCH',
ESPRESSO_BLOCK = 'ESPRESSO_BLOCK',
Expand Down
11 changes: 0 additions & 11 deletions packages/helm-charts/eksportisto/Chart.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions packages/helm-charts/eksportisto/templates/configmap.yaml

This file was deleted.

Loading

0 comments on commit 07f25e9

Please sign in to comment.