Skip to content

Commit 080e35d

Browse files
ci(deps): update gnosis dependencies
| datasource | package | from | to | | ---------- | ---------- | ------ | --------------- | | helm | erigon | 0.10.1 | 0.10.2-canary.3 | | helm | lighthouse | 0.5.7 | 0.5.8-canary.3 |
1 parent f8a3a2f commit 080e35d

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.10.1"
173+
version: "0.10.2-canary.3"
174174
{{- end }}
175175

176176
lighthouse:
@@ -185,7 +185,7 @@ templates:
185185
version: {{ .Values | get "lighthouse" | get "chartVersion" }}
186186
{{- end }}
187187
{{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }}
188-
version: "0.5.7"
188+
version: "0.5.8-canary.3"
189189
{{- end }}
190190

191191
proxyd:

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.10.1"}
107+
_template: {version: "0.10.2-canary.3"}
108108
}
109109

110110
lighthouse: {
@@ -116,7 +116,7 @@ package LaunchpadNamespaces
116116
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
117117
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
118118
}
119-
_template: {version: "0.5.7"}
119+
_template: {version: "0.5.8-canary.3"}
120120
}
121121

122122
proxyd: {

0 commit comments

Comments
 (0)