Skip to content

Commit 595f87f

Browse files
ci(deps): update graph dependencies (#1933)
| datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | helm | graph-toolbox | 0.1.3 | 0.1.4 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent c814a20 commit 595f87f

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
@@ -188,7 +188,7 @@ templates:
188188
version: {{ .Values | get "graph-toolbox" | get "chartVersion" }}
189189
{{- end }}
190190
{{- if (not (or ( .Values | get "graph-toolbox" dict | get "chartVersion" false ) ( .Values | get "graph-toolbox" dict | get "chartUrl" false ) )) }}
191-
version: "0.1.3"
191+
version: "0.1.4"
192192
{{- end }}
193193

194194
graph-operator-mnemonic:

src/schemas/graph.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ package LaunchpadNamespaces
100100
"graph-toolbox": {
101101
chart: {_repositories.graphops.charts["graph-toolbox"]}
102102
feature: #features.#toolbox
103-
_template: {version: "0.1.3"}
103+
_template: {version: "0.1.4"}
104104
}
105105

106106
"graph-operator-mnemonic": {

0 commit comments

Comments
 (0)