Skip to content

Commit

Permalink
feat: revert "update arbitrum dependencies (#1087)" (#1114)
Browse files Browse the repository at this point in the history
This reverts commit f07d6fc.
  • Loading branch information
cjorge-graphops authored Nov 24, 2024
1 parent 02c5cb6 commit ca397ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
2 changes: 1 addition & 1 deletion arbitrum/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
66 changes: 0 additions & 66 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -896,12 +888,6 @@
"$ref": "#/components/schemas/namespaces.arbitrum.features.arbitrum_nitro"
}
],
"enum": [
[
"proxyd-nitro",
"arbitrum-nitro"
]
],
"default": [
"proxyd-nitro",
"arbitrum-nitro"
Expand Down Expand Up @@ -1848,11 +1834,6 @@
"$ref": "#/components/schemas/namespaces.celo.features.proxyd"
}
],
"enum": [
[
"proxyd"
]
],
"default": [
"proxyd"
]
Expand Down Expand Up @@ -2478,12 +2459,6 @@
"$ref": "#/components/schemas/namespaces.ethereum.features.proxyd"
}
],
"enum": [
[
"nimbus",
"proxyd"
]
],
"default": [
"nimbus",
"proxyd"
Expand Down Expand Up @@ -3106,13 +3081,6 @@
"$ref": "#/components/schemas/namespaces.gnosis.features.proxyd"
}
],
"enum": [
[
"erigon",
"lighthouse",
"proxyd"
]
],
"default": [
"erigon",
"lighthouse",
Expand Down Expand Up @@ -3749,15 +3717,6 @@
"$ref": "#/components/schemas/namespaces.graph.features.subgraph_radio"
}
],
"enum": [
[
"node",
"network-indexer",
"toolbox",
"database",
"subgraph-radio"
]
],
"default": [
"node",
"network-indexer",
Expand Down Expand Up @@ -4172,12 +4131,6 @@
"$ref": "#/components/schemas/namespaces.ingress.features.certManager"
}
],
"enum": [
[
"ingress",
"cert-manager"
]
],
"default": [
"ingress",
"cert-manager"
Expand Down Expand Up @@ -4571,12 +4524,6 @@
"$ref": "#/components/schemas/namespaces.monitoring.features.logs"
}
],
"enum": [
[
"metrics",
"logs"
]
],
"default": [
"metrics",
"logs"
Expand Down Expand Up @@ -5174,14 +5121,6 @@
"$ref": "#/components/schemas/namespaces.polygon.features.heimdall_ha_svc"
}
],
"enum": [
[
"proxyd",
"erigon",
"heimdall",
"heimdall-ha-svc"
]
],
"default": [
"proxyd",
"erigon",
Expand Down Expand Up @@ -6165,11 +6104,6 @@
"$ref": "#/components/schemas/namespaces.storage.features.rawfile"
}
],
"enum": [
[
"rawfile"
]
],
"default": [
"rawfile"
]
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/arbitrum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ca397ef

Please sign in to comment.