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 a14764f commit e1b5ca3Copy full SHA for e1b5ca3
polygon/helmfile.yaml
@@ -185,7 +185,7 @@ templates:
185
version: {{ .Values | get "heimdall" | get "chartVersion" }}
186
{{- end }}
187
{{- if (not (or ( .Values | get "heimdall" dict | get "chartVersion" false ) ( .Values | get "heimdall" dict | get "chartUrl" false ) )) }}
188
- version: "1.2.1"
+ version: "1.2.2-canary.1"
189
190
191
heimdall-ha-svc:
src/schemas/polygon.cue
@@ -123,7 +123,7 @@ package LaunchpadNamespaces
123
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
124
}
125
feature: #features.#heimdall
126
- _template: {version: "1.2.1"}
+ _template: {version: "1.2.2-canary.1"}
127
128
129
"heimdall-ha-svc": {
0 commit comments