Skip to content

Commit

Permalink
ci(deps): update graph dependencies (#1126)
Browse files Browse the repository at this point in the history
| datasource | package               | from            | to     |
| ---------- | --------------------- | --------------- | ------ |
| helm       | graph-network-indexer | 0.5.10-canary.4 | 0.5.10 |
| helm       | graph-node            | 0.5.8-canary.4  | 0.5.8  |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Dec 2, 2024
1 parent 22e015d commit 5a58dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions graph/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ templates:
version: {{ .Values | get "graph-node" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "graph-node" dict | get "chartVersion" false ) ( .Values | get "graph-node" dict | get "chartUrl" false ) )) }}
version: "0.5.8-canary.4"
version: "0.5.8"
{{- end }}

graph-network-indexer:
Expand All @@ -173,7 +173,7 @@ templates:
version: {{ .Values | get "graph-network-indexer" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "graph-network-indexer" dict | get "chartVersion" false ) ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) )) }}
version: "0.5.10-canary.4"
version: "0.5.10"
{{- end }}

graph-toolbox:
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/graph.cue
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ package LaunchpadNamespaces
"graph-node": {
chart: {_repositories.graphops.charts["graph-node"]}
feature: #features.#node
_template: {version: "0.5.8-canary.4"}
_template: {version: "0.5.8"}
}

"graph-network-indexer": {
chart: {_repositories.graphops.charts["graph-network-indexer"]}
feature: #features.#network_indexer
_template: {version: "0.5.10-canary.4"}
_template: {version: "0.5.10"}
}

"graph-toolbox": {
Expand Down

0 comments on commit 5a58dee

Please sign in to comment.