We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8e6d8 commit 41bfaf2Copy full SHA for 41bfaf2
ethereum/helmfile.yaml
@@ -200,7 +200,7 @@ templates:
200
version: {{ .Values | get "proxyd" | get "chartVersion" }}
201
{{- end }}
202
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
203
- version: "0.5.4-canary.1"
+ version: "0.5.4"
204
205
206
releases:
src/schemas/ethereum.cue
@@ -144,7 +144,7 @@ package LaunchpadNamespaces
144
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
145
}
146
feature: #features.#proxyd
147
- _template: {version: "0.5.4-canary.1"}
+ _template: {version: "0.5.4"}
148
149
150
0 commit comments