File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ templates:
173
173
version : {{ .Values | get "graph-network-indexer" | get "chartVersion" }}
174
174
{{- end }}
175
175
{{- if (not (or ( .Values | get "graph-network-indexer" dict | get "chartVersion" false ) ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) )) }}
176
- version : " 0.5.15-canary.1 "
176
+ version : " 0.5.15"
177
177
{{- end }}
178
178
179
179
graph-toolbox :
Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ repositories:
143
143
144
144
templates :
145
145
defaults :
146
- missingFileHandler : Warn
147
146
namespace : ' {{ .Values | get "targetNamespace" $_defaultNamespace }}'
147
+ missingFileHandler : Warn
148
148
149
149
kube-prometheus-stack :
150
150
{{- if ( .Values | get "kube-prometheus-stack" dict | get "chartUrl" false ) }}
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ package LaunchpadNamespaces
94
94
" graph-network-indexer " : {
95
95
chart : {_repositories .graphops .charts [" graph-network-indexer " ]}
96
96
feature : #features .#network_indexer
97
- _template : {version : " 0.5.15-canary.1 " }
97
+ _template : {version : " 0.5.15 " }
98
98
}
99
99
100
100
" graph-toolbox " : {
You can’t perform that action at this time.
0 commit comments