Skip to content

Commit 41bfaf2

Browse files
ci(deps): update ethereum dependencies
| datasource | package | from | to | | ---------- | ------- | -------------- | ----- | | helm | proxyd | 0.5.4-canary.1 | 0.5.4 |
1 parent 3b8e6d8 commit 41bfaf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereum/helmfile.yaml

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

206206
releases:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ package LaunchpadNamespaces
144144
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
145145
}
146146
feature: #features.#proxyd
147-
_template: {version: "0.5.4-canary.1"}
147+
_template: {version: "0.5.4"}
148148
}
149149
}
150150

0 commit comments

Comments
 (0)