Skip to content

Commit

Permalink
ci(deps): update arbitrum dependencies (#1087)
Browse files Browse the repository at this point in the history
| datasource | package          | from  | to             |
| ---------- | ---------------- | ----- | -------------- |
| helm       | arbitrum-classic | 0.2.1 | 0.2.2-canary.1 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Nov 20, 2024
1 parent 1f46906 commit f07d6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1"
version: "0.2.2-canary.1"
{{- end }}

proxyd-nitro:
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.1"}
_template: {version: "0.2.2-canary.1"}
}

"proxyd-nitro": {
Expand Down

0 comments on commit f07d6fc

Please sign in to comment.