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 a9b54a0 commit 0b46aa1Copy full SHA for 0b46aa1
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.13-canary.1"
+ version: "0.6.13-canary.2"
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.13-canary.1"}
+ _template: {version: "0.6.13-canary.2"}
167
168
169
0 commit comments