Skip to content

Commit fd2a010

Browse files
ci(deps): update graph dependencies (#1227)
| datasource | package | from | to | | ---------- | --------------------- | --------------- | ------ | | helm | graph-network-indexer | 0.5.15-canary.1 | 0.5.15 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 8749ff5 commit fd2a010

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

graph/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ templates:
173173
version: {{ .Values | get "graph-network-indexer" | get "chartVersion" }}
174174
{{- end }}
175175
{{- 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"
177177
{{- end }}
178178

179179
graph-toolbox:

monitoring/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ repositories:
143143

144144
templates:
145145
defaults:
146-
missingFileHandler: Warn
147146
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
147+
missingFileHandler: Warn
148148

149149
kube-prometheus-stack:
150150
{{- if ( .Values | get "kube-prometheus-stack" dict | get "chartUrl" false ) }}

src/schemas/graph.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ package LaunchpadNamespaces
9494
"graph-network-indexer": {
9595
chart: {_repositories.graphops.charts["graph-network-indexer"]}
9696
feature: #features.#network_indexer
97-
_template: {version: "0.5.15-canary.1"}
97+
_template: {version: "0.5.15"}
9898
}
9999

100100
"graph-toolbox": {

0 commit comments

Comments
 (0)