Skip to content

Commit

Permalink
ci(deps): update arbitrum dependencies (#1180)
Browse files Browse the repository at this point in the history
| datasource | package        | from  | to             |
| ---------- | -------------- | ----- | -------------- |
| helm       | arbitrum-nitro | 0.5.1 | 0.5.2-canary.1 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Jan 9, 2025
1 parent 91b2293 commit 693af9c
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 @@ -170,7 +170,7 @@ templates:
version: {{ .Values | get "arbitrum-nitro" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "arbitrum-nitro" dict | get "chartVersion" false ) ( .Values | get "arbitrum-nitro" dict | get "chartUrl" false ) )) }}
version: "0.5.1"
version: "0.5.2-canary.1"
{{- end }}

arbitrum-classic:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/arbitrum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
feature: #features.#arbitrum_nitro
_template: {version: "0.5.1"}
_template: {version: "0.5.2-canary.1"}
}

"arbitrum-classic": {
Expand Down

0 comments on commit 693af9c

Please sign in to comment.