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 7e12886 commit 7daa08cCopy full SHA for 7daa08c
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.0"
+ version: "1.2.1-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.0"}
+ _template: {version: "1.2.1-canary.1"}
127
128
129
"heimdall-ha-svc": {
0 commit comments