Skip to content

Commit a848bd1

Browse files
ci(deps): update gnosis dependencies (#1744)
| datasource | package | from | to | | ---------- | ------- | ------ | --------------- | | helm | erigon | 0.12.0 | 0.12.1-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 26891a5 commit a848bd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gnosis/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ templates:
170170
version: {{ .Values | get "erigon" | get "chartVersion" }}
171171
{{- end }}
172172
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
173-
version: "0.12.0"
173+
version: "0.12.1-canary.2"
174174
{{- end }}
175175

176176
proxyd:

src/schemas/gnosis.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ package LaunchpadNamespaces
9797
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
9898
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
9999
}
100-
_template: {version: "0.12.0"}
100+
_template: {version: "0.12.1-canary.2"}
101101
}
102102

103103
proxyd: {

0 commit comments

Comments
 (0)