Skip to content

Commit

Permalink
ci(deps): update graph dependencies (#180)
Browse files Browse the repository at this point in the history
| datasource | package               | from           | to             |
| ---------- | --------------------- | -------------- | -------------- |
| helm       | graph-network-indexer | 0.2.3-canary.2 | 0.2.3-canary.3 |
| helm       | graph-node            | 0.3.3-canary.1 | 0.3.4-canary.1 |

Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Nov 6, 2023
1 parent 228e99d commit 38a63dc
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 @@ -140,7 +140,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.3.3-canary.1"
version: "0.3.4-canary.1"
{{- end }}
graph-network-indexer:
{{- if ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) }}
Expand All @@ -154,7 +154,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.2.3-canary.2"
version: "0.2.3-canary.3"
{{- end }}
graph-toolbox:
{{- if ( .Values | get "graph-toolbox" dict | get "chartUrl" false ) }}
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/graph.cue
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ package LaunchpadNamespaces
releases: {
"graph-node": {
chart: {_repositories.graphops.charts["graph-node"]}
_template: {version: "0.3.3-canary.1"}
_template: {version: "0.3.4-canary.1"}
}

"graph-network-indexer": {
chart: {_repositories.graphops.charts["graph-network-indexer"]}
_template: {version: "0.2.3-canary.2"}
_template: {version: "0.2.3-canary.3"}
}

"graph-toolbox": {
Expand Down

0 comments on commit 38a63dc

Please sign in to comment.