Skip to content

Commit 67c08bf

Browse files
ci(deps): update arbitrum-one dependencies
| datasource | package | from | to | | ---------- | ------- | -------------- | -------------- | | helm | proxyd | 0.5.1-canary.3 | 0.5.2-canary.1 |
1 parent a87a335 commit 67c08bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arbitrum-one/helmfile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ templates:
188188
version: {{ .Values | get "proxyd" | get "chartVersion" }}
189189
{{- end }}
190190
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
191-
version: "0.5.1-canary.3"
191+
version: "0.5.2-canary.1"
192192
{{- end }}
193193

194194
releases:

src/schemas/arbitrum-one.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ package LaunchpadNamespaces
121121
"app.launchpad.graphops.xyz/release": "{{ $release }}"
122122
}
123123
feature: #features.#proxyd
124-
_template: {version: "0.5.1-canary.3"}
124+
_template: {version: "0.5.2-canary.1"}
125125
_scale: false
126126
}
127127
}

0 commit comments

Comments
 (0)