Skip to content

Commit 3700df3

Browse files
ci(deps): update gnosis dependencies (#1567)
| datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | erigon | 0.11.6-canary.1 | 0.11.6-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 39eaa2c commit 3700df3

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.11.6-canary.1"
173+
version: "0.11.6-canary.2"
174174
{{- end }}
175175

176176
lighthouse:

src/schemas/gnosis.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ package LaunchpadNamespaces
104104
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
105105
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
106106
}
107-
_template: {version: "0.11.6-canary.1"}
107+
_template: {version: "0.11.6-canary.2"}
108108
}
109109

110110
lighthouse: {

0 commit comments

Comments
 (0)