Skip to content

Commit ade748a

Browse files
ci(deps): update gnosis dependencies (#1904)
| datasource | package | from | to | | ---------- | ------- | --------------- | ------ | | helm | erigon | 0.12.5-canary.2 | 0.12.5 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 34e1874 commit ade748a

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.5-canary.2"
173+
version: "0.12.5"
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.5-canary.2"}
100+
_template: {version: "0.12.5"}
101101
}
102102

103103
proxyd: {

0 commit comments

Comments
 (0)