Skip to content

Commit

Permalink
ci(deps): update graph dependencies (#1112)
Browse files Browse the repository at this point in the history
| datasource | package        | from            | to     |
| ---------- | -------------- | --------------- | ------ |
| helm       | subgraph-radio | 0.2.15-canary.1 | 0.2.15 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Nov 23, 2024
1 parent fb1ecef commit 3651796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graph/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ templates:
version: {{ .Values | get "subgraph-radio" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "subgraph-radio" dict | get "chartVersion" false ) ( .Values | get "subgraph-radio" dict | get "chartUrl" false ) )) }}
version: "0.2.15-canary.1"
version: "0.2.15"
{{- end }}

releases:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/graph.cue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ package LaunchpadNamespaces
"subgraph-radio": {
chart: {_repositories.graphops.charts["subgraph-radio"]}
feature: #features.#subgraph_radio
_template: {version: "0.2.15-canary.1"}
_template: {version: "0.2.15"}
}
}

Expand Down

0 comments on commit 3651796

Please sign in to comment.