We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e183a commit e9c1063Copy full SHA for e9c1063
celo/helmfile.yaml
@@ -170,7 +170,7 @@ templates:
170
version: {{ .Values | get "celo" | get "chartVersion" }}
171
{{- end }}
172
{{- if (not (or ( .Values | get "celo" dict | get "chartVersion" false ) ( .Values | get "celo" dict | get "chartUrl" false ) )) }}
173
- version: "0.1.9"
+ version: "0.1.10-canary.1"
174
175
176
proxyd:
src/schemas/celo.cue
@@ -105,7 +105,7 @@ package LaunchpadNamespaces
105
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
106
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
107
}
108
- _template: {version: "0.1.9"}
+ _template: {version: "0.1.10-canary.1"}
109
110
111
proxyd: {
0 commit comments