From ca397efc574eb9bde2a088bae70d15e174b3f8a1 Mon Sep 17 00:00:00 2001 From: cjorge-graphops <128147788+cjorge-graphops@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:10:58 +0000 Subject: [PATCH] feat: revert "update arbitrum dependencies (#1087)" (#1114) This reverts commit f07d6fc1a41f496efd95b08dbfaf5d2eb6b5f89c. --- arbitrum/helmfile.yaml | 2 +- schema.json | 66 ---------------------------------------- src/schemas/arbitrum.cue | 2 +- 3 files changed, 2 insertions(+), 68 deletions(-) diff --git a/arbitrum/helmfile.yaml b/arbitrum/helmfile.yaml index 2f95f2f4..fb368452 100644 --- a/arbitrum/helmfile.yaml +++ b/arbitrum/helmfile.yaml @@ -185,7 +185,7 @@ templates: version: {{ .Values | get "arbitrum-classic" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "arbitrum-classic" dict | get "chartVersion" false ) ( .Values | get "arbitrum-classic" dict | get "chartUrl" false ) )) }} - version: "0.2.2-canary.1" + version: "0.2.1" {{- end }} proxyd-nitro: diff --git a/schema.json b/schema.json index 2412a00a..3ec2e528 100644 --- a/schema.json +++ b/schema.json @@ -849,14 +849,6 @@ "$ref": "#/components/schemas/namespaces.arbitrum.features.arbitrum_nitro" } ], - "enum": [ - [ - "proxyd-classic", - "proxyd-nitro", - "arbitrum-classic", - "arbitrum-nitro" - ] - ], "default": [ "proxyd-classic", "proxyd-nitro", @@ -896,12 +888,6 @@ "$ref": "#/components/schemas/namespaces.arbitrum.features.arbitrum_nitro" } ], - "enum": [ - [ - "proxyd-nitro", - "arbitrum-nitro" - ] - ], "default": [ "proxyd-nitro", "arbitrum-nitro" @@ -1848,11 +1834,6 @@ "$ref": "#/components/schemas/namespaces.celo.features.proxyd" } ], - "enum": [ - [ - "proxyd" - ] - ], "default": [ "proxyd" ] @@ -2478,12 +2459,6 @@ "$ref": "#/components/schemas/namespaces.ethereum.features.proxyd" } ], - "enum": [ - [ - "nimbus", - "proxyd" - ] - ], "default": [ "nimbus", "proxyd" @@ -3106,13 +3081,6 @@ "$ref": "#/components/schemas/namespaces.gnosis.features.proxyd" } ], - "enum": [ - [ - "erigon", - "lighthouse", - "proxyd" - ] - ], "default": [ "erigon", "lighthouse", @@ -3749,15 +3717,6 @@ "$ref": "#/components/schemas/namespaces.graph.features.subgraph_radio" } ], - "enum": [ - [ - "node", - "network-indexer", - "toolbox", - "database", - "subgraph-radio" - ] - ], "default": [ "node", "network-indexer", @@ -4172,12 +4131,6 @@ "$ref": "#/components/schemas/namespaces.ingress.features.certManager" } ], - "enum": [ - [ - "ingress", - "cert-manager" - ] - ], "default": [ "ingress", "cert-manager" @@ -4571,12 +4524,6 @@ "$ref": "#/components/schemas/namespaces.monitoring.features.logs" } ], - "enum": [ - [ - "metrics", - "logs" - ] - ], "default": [ "metrics", "logs" @@ -5174,14 +5121,6 @@ "$ref": "#/components/schemas/namespaces.polygon.features.heimdall_ha_svc" } ], - "enum": [ - [ - "proxyd", - "erigon", - "heimdall", - "heimdall-ha-svc" - ] - ], "default": [ "proxyd", "erigon", @@ -6165,11 +6104,6 @@ "$ref": "#/components/schemas/namespaces.storage.features.rawfile" } ], - "enum": [ - [ - "rawfile" - ] - ], "default": [ "rawfile" ] diff --git a/src/schemas/arbitrum.cue b/src/schemas/arbitrum.cue index 997eeb2a..10dd313d 100644 --- a/src/schemas/arbitrum.cue +++ b/src/schemas/arbitrum.cue @@ -119,7 +119,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#arbitrum_classic - _template: {version: "0.2.2-canary.1"} + _template: {version: "0.2.1"} } "proxyd-nitro": {