Skip to content

Commit

Permalink
ci(deps): update arbitrum dependencies (#1115)
Browse files Browse the repository at this point in the history
| datasource | package | from  | to             |
| ---------- | ------- | ----- | -------------- |
| helm       | proxyd  | 0.6.4 | 0.6.5-canary.1 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Nov 25, 2024
1 parent ca397ef commit d4d4084
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arbitrum/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ templates:
version: {{ .Values | get "proxyd-nitro" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "proxyd-nitro" dict | get "chartVersion" false ) ( .Values | get "proxyd-nitro" dict | get "chartUrl" false ) )) }}
version: "0.6.4"
version: "0.6.5-canary.1"
{{- end }}

proxyd-classic:
Expand All @@ -215,7 +215,7 @@ templates:
version: {{ .Values | get "proxyd-classic" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "proxyd-classic" dict | get "chartVersion" false ) ( .Values | get "proxyd-classic" dict | get "chartUrl" false ) )) }}
version: "0.6.4"
version: "0.6.5-canary.1"
{{- end }}

releases:
Expand Down
66 changes: 66 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,14 @@
"$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 @@ -888,6 +896,12 @@
"$ref": "#/components/schemas/namespaces.arbitrum.features.arbitrum_nitro"
}
],
"enum": [
[
"proxyd-nitro",
"arbitrum-nitro"
]
],
"default": [
"proxyd-nitro",
"arbitrum-nitro"
Expand Down Expand Up @@ -1834,6 +1848,11 @@
"$ref": "#/components/schemas/namespaces.celo.features.proxyd"
}
],
"enum": [
[
"proxyd"
]
],
"default": [
"proxyd"
]
Expand Down Expand Up @@ -2459,6 +2478,12 @@
"$ref": "#/components/schemas/namespaces.ethereum.features.proxyd"
}
],
"enum": [
[
"nimbus",
"proxyd"
]
],
"default": [
"nimbus",
"proxyd"
Expand Down Expand Up @@ -3081,6 +3106,13 @@
"$ref": "#/components/schemas/namespaces.gnosis.features.proxyd"
}
],
"enum": [
[
"erigon",
"lighthouse",
"proxyd"
]
],
"default": [
"erigon",
"lighthouse",
Expand Down Expand Up @@ -3717,6 +3749,15 @@
"$ref": "#/components/schemas/namespaces.graph.features.subgraph_radio"
}
],
"enum": [
[
"node",
"network-indexer",
"toolbox",
"database",
"subgraph-radio"
]
],
"default": [
"node",
"network-indexer",
Expand Down Expand Up @@ -4131,6 +4172,12 @@
"$ref": "#/components/schemas/namespaces.ingress.features.certManager"
}
],
"enum": [
[
"ingress",
"cert-manager"
]
],
"default": [
"ingress",
"cert-manager"
Expand Down Expand Up @@ -4524,6 +4571,12 @@
"$ref": "#/components/schemas/namespaces.monitoring.features.logs"
}
],
"enum": [
[
"metrics",
"logs"
]
],
"default": [
"metrics",
"logs"
Expand Down Expand Up @@ -5121,6 +5174,14 @@
"$ref": "#/components/schemas/namespaces.polygon.features.heimdall_ha_svc"
}
],
"enum": [
[
"proxyd",
"erigon",
"heimdall",
"heimdall-ha-svc"
]
],
"default": [
"proxyd",
"erigon",
Expand Down Expand Up @@ -6104,6 +6165,11 @@
"$ref": "#/components/schemas/namespaces.storage.features.rawfile"
}
],
"enum": [
[
"rawfile"
]
],
"default": [
"rawfile"
]
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/arbitrum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/release": "{{ $release }}"
}
feature: #features.#proxyd_nitro
_template: {version: "0.6.4"}
_template: {version: "0.6.5-canary.1"}
}

"proxyd-classic": {
Expand All @@ -141,7 +141,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/release": "{{ $release }}"
}
feature: #features.#proxyd_classic
_template: {version: "0.6.4"}
_template: {version: "0.6.5-canary.1"}
}
}

Expand Down

0 comments on commit d4d4084

Please sign in to comment.