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 671fe78 commit d6d3f2aCopy full SHA for d6d3f2a
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.9-canary.1"
+ version: "0.6.9"
219
220
221
releases:
src/schemas/ethereum.cue
@@ -163,7 +163,7 @@ package LaunchpadNamespaces
163
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
164
}
165
feature: #features.#proxyd
166
- _template: {version: "0.6.9-canary.1"}
+ _template: {version: "0.6.9"}
167
168
169
0 commit comments