Skip to content

Commit

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

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

releases:
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-canary.2"}
_template: {version: "0.6.4"}
}

"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-canary.2"}
_template: {version: "0.6.4"}
}
}

Expand Down

0 comments on commit c017584

Please sign in to comment.