File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ templates:
185185 version : {{ .Values | get "heimdall" | get "chartVersion" }}
186186 {{- end }}
187187 {{- if (not (or ( .Values | get "heimdall" dict | get "chartVersion" false ) ( .Values | get "heimdall" dict | get "chartUrl" false ) )) }}
188- version : " 0.0.9 "
188+ version : " 0.0.10-canary.1 "
189189 {{- end }}
190190
191191 heimdall-ha-svc :
@@ -215,7 +215,7 @@ templates:
215215 version : {{ .Values | get "proxyd" | get "chartVersion" }}
216216 {{- end }}
217217 {{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
218- version : " 0.7.4-canary.1 "
218+ version : " 0.7.4"
219219 {{- end }}
220220
221221releases :
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ package LaunchpadNamespaces
123123 " app.launchpad.graphops.xyz/scalingIndex " : " {{ $deploymentIndex }} "
124124 }
125125 feature : #features .#heimdall
126- _template : {version : " 0.0.9 " }
126+ _template : {version : " 0.0.10-canary.1 " }
127127 }
128128
129129 " heimdall-ha-svc " : {
@@ -145,7 +145,7 @@ package LaunchpadNamespaces
145145 " app.launchpad.graphops.xyz/component " : " {{ $canonicalRelease }} "
146146 }
147147 feature : #features .#proxyd
148- _template : {version : " 0.7.4-canary.1 " }
148+ _template : {version : " 0.7.4 " }
149149 }
150150 }
151151
You can’t perform that action at this time.
0 commit comments