Skip to content

Commit

Permalink
ci(deps): update graph dependencies (#1158)
Browse files Browse the repository at this point in the history
| datasource | package               | from            | to             |
| ---------- | --------------------- | --------------- | -------------- |
| helm       | graph-network-indexer | 0.5.11-canary.2 | 0.5.11         |
| helm       | graph-toolbox         | 0.1.1           | 0.1.2-canary.1 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Dec 17, 2024
1 parent 0e8d959 commit 3ab9b58
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 @@ -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.11-canary.2"
version: "0.5.11"
{{- end }}

graph-toolbox:
Expand All @@ -188,7 +188,7 @@ templates:
version: {{ .Values | get "graph-toolbox" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "graph-toolbox" dict | get "chartVersion" false ) ( .Values | get "graph-toolbox" dict | get "chartUrl" false ) )) }}
version: "0.1.1"
version: "0.1.2-canary.1"
{{- end }}

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

"graph-toolbox": {
chart: {_repositories.graphops.charts["graph-toolbox"]}
feature: #features.#toolbox
_template: {version: "0.1.1"}
_template: {version: "0.1.2-canary.1"}
}

"graph-operator-mnemonic": {
Expand Down

0 comments on commit 3ab9b58

Please sign in to comment.