Skip to content

Commit 90dab9b

Browse files
ci(deps): update graph dependencies (#1224)
| datasource | package | from | to | | ---------- | -------------- | ---------------- | ------ | | helm | subgraph-radio | v0.2.18-canary.3 | 0.2.18 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 6034f23 commit 90dab9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graph/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ templates:
233233
version: {{ .Values | get "subgraph-radio" | get "chartVersion" }}
234234
{{- end }}
235235
{{- if (not (or ( .Values | get "subgraph-radio" dict | get "chartVersion" false ) ( .Values | get "subgraph-radio" dict | get "chartUrl" false ) )) }}
236-
version: "v0.2.18-canary.3"
236+
version: "0.2.18"
237237
{{- end }}
238238

239239
releases:

src/schemas/graph.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ package LaunchpadNamespaces
117117
"subgraph-radio": {
118118
chart: {_repositories.graphops.charts["subgraph-radio"]}
119119
feature: #features.#subgraph_radio
120-
_template: {version: "v0.2.18-canary.3"}
120+
_template: {version: "0.2.18"}
121121
}
122122
}
123123

0 commit comments

Comments
 (0)