Skip to content

Commit a9b54a0

Browse files
ci(deps): update arbitrum dependencies (#1575)
| datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | proxyd | 0.6.13-canary.1 | 0.6.13-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 6739c55 commit a9b54a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

arbitrum/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ templates:
200200
version: {{ .Values | get "proxyd-nitro" | get "chartVersion" }}
201201
{{- end }}
202202
{{- if (not (or ( .Values | get "proxyd-nitro" dict | get "chartVersion" false ) ( .Values | get "proxyd-nitro" dict | get "chartUrl" false ) )) }}
203-
version: "0.6.13-canary.1"
203+
version: "0.6.13-canary.2"
204204
{{- end }}
205205

206206
proxyd-classic:
@@ -215,7 +215,7 @@ templates:
215215
version: {{ .Values | get "proxyd-classic" | get "chartVersion" }}
216216
{{- end }}
217217
{{- if (not (or ( .Values | get "proxyd-classic" dict | get "chartVersion" false ) ( .Values | get "proxyd-classic" dict | get "chartUrl" false ) )) }}
218-
version: "0.6.13-canary.1"
218+
version: "0.6.13-canary.2"
219219
{{- end }}
220220

221221
releases:

src/schemas/arbitrum.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ package LaunchpadNamespaces
130130
"app.launchpad.graphops.xyz/release": "{{ $release }}"
131131
}
132132
feature: #features.#proxyd_nitro
133-
_template: {version: "0.6.13-canary.1"}
133+
_template: {version: "0.6.13-canary.2"}
134134
}
135135

136136
"proxyd-classic": {
@@ -141,7 +141,7 @@ package LaunchpadNamespaces
141141
"app.launchpad.graphops.xyz/release": "{{ $release }}"
142142
}
143143
feature: #features.#proxyd_classic
144-
_template: {version: "0.6.13-canary.1"}
144+
_template: {version: "0.6.13-canary.2"}
145145
}
146146
}
147147

0 commit comments

Comments
 (0)