Skip to content

Commit dec6d2a

Browse files
ci(deps): update gnosis dependencies (#1259)
| datasource | package | from | to | | ---------- | ---------- | ---------------- | ------- | | helm | erigon | 0.10.12-canary.1 | 0.10.12 | | helm | lighthouse | 0.6.0 | 0.6.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 9ce4777 commit dec6d2a

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.12-canary.1"
173+
version: "0.10.12"
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.6.0"
188+
version: "0.6.1"
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.12-canary.1"}
107+
_template: {version: "0.10.12"}
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.6.0"}
119+
_template: {version: "0.6.1"}
120120
}
121121

122122
proxyd: {

0 commit comments

Comments
 (0)