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 @@ -200,7 +200,7 @@ templates:
200
200
version : {{ .Values | get "proxyd-nitro" | get "chartVersion" }}
201
201
{{- end }}
202
202
{{- if (not (or ( .Values | get "proxyd-nitro" dict | get "chartVersion" false ) ( .Values | get "proxyd-nitro" dict | get "chartUrl" false ) )) }}
203
- version : " 0.6.13-canary.1 "
203
+ version : " 0.6.13-canary.2 "
204
204
{{- end }}
205
205
206
206
proxyd-classic :
@@ -215,7 +215,7 @@ templates:
215
215
version : {{ .Values | get "proxyd-classic" | get "chartVersion" }}
216
216
{{- end }}
217
217
{{- if (not (or ( .Values | get "proxyd-classic" dict | get "chartVersion" false ) ( .Values | get "proxyd-classic" dict | get "chartUrl" false ) )) }}
218
- version : " 0.6.13-canary.1 "
218
+ version : " 0.6.13-canary.2 "
219
219
{{- end }}
220
220
221
221
releases :
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ package LaunchpadNamespaces
130
130
" app.launchpad.graphops.xyz/release " : " {{ $release }} "
131
131
}
132
132
feature : #features .#proxyd_nitro
133
- _template : {version : " 0.6.13-canary.1 " }
133
+ _template : {version : " 0.6.13-canary.2 " }
134
134
}
135
135
136
136
" proxyd-classic " : {
@@ -141,7 +141,7 @@ package LaunchpadNamespaces
141
141
" app.launchpad.graphops.xyz/release " : " {{ $release }} "
142
142
}
143
143
feature : #features .#proxyd_classic
144
- _template : {version : " 0.6.13-canary.1 " }
144
+ _template : {version : " 0.6.13-canary.2 " }
145
145
}
146
146
}
147
147
You can’t perform that action at this time.
0 commit comments