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 22060f0 commit 6034f23Copy full SHA for 6034f23
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.5-canary.3"
+ version: "1.2.5"
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.5-canary.3"}
+ _template: {version: "1.2.5"}
127
128
129
"heimdall-ha-svc": {
0 commit comments