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 f9b2dfd commit ecda467Copy full SHA for ecda467
ethereum/helmfile.yaml
@@ -215,7 +215,7 @@ templates:
215
version: {{ .Values | get "proxyd" | get "chartVersion" }}
216
{{- end }}
217
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
218
- version: "0.6.7-canary.3"
+ version: "0.6.7"
219
220
221
releases:
src/schemas/ethereum.cue
@@ -155,7 +155,7 @@ package LaunchpadNamespaces
155
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
156
}
157
feature: #features.#proxyd
158
- _template: {version: "0.6.7-canary.3"}
+ _template: {version: "0.6.7"}
159
160
161
0 commit comments