Skip to content

Commit d5c4619

Browse files
ci(deps): update gnosis dependencies (#1573)
| datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | erigon | 0.11.6-canary.2 | 0.11.6 | | helm | proxyd | 0.6.12 | 0.6.13-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent d9b835d commit d5c4619

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gnosis/helmfile.yaml

Lines changed: 2 additions & 2 deletions
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.2"
173+
version: "0.11.6"
174174
{{- end }}
175175

176176
lighthouse:
@@ -200,7 +200,7 @@ templates:
200200
version: {{ .Values | get "proxyd" | get "chartVersion" }}
201201
{{- end }}
202202
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
203-
version: "0.6.12"
203+
version: "0.6.13-canary.1"
204204
{{- end }}
205205

206206
releases:

src/schemas/gnosis.cue

Lines changed: 2 additions & 2 deletions
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.2"}
107+
_template: {version: "0.11.6"}
108108
}
109109

110110
lighthouse: {
@@ -127,7 +127,7 @@ package LaunchpadNamespaces
127127
"app.launchpad.graphops.xyz/release": "{{ $release }}"
128128
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
129129
}
130-
_template: {version: "0.6.12"}
130+
_template: {version: "0.6.13-canary.1"}
131131
}
132132
}
133133

0 commit comments

Comments
 (0)