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 0b46aa1 commit a22d326Copy full SHA for a22d326
celo/helmfile.yaml
@@ -185,7 +185,7 @@ templates:
185
version: {{ .Values | get "proxyd" | get "chartVersion" }}
186
{{- end }}
187
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
188
- version: "0.6.13-canary.1"
+ version: "0.6.13-canary.2"
189
190
191
releases:
src/schemas/celo.cue
@@ -116,7 +116,7 @@ package LaunchpadNamespaces
116
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
117
}
118
feature: #features.#proxyd
119
- _template: {version: "0.6.13-canary.1"}
+ _template: {version: "0.6.13-canary.2"}
120
121
122
0 commit comments