Skip to content

Commit 4d9e7c1

Browse files
ci(deps): update gnosis dependencies (#1598)
| datasource | package | from | to | | ---------- | ---------- | --------------- | --------------- | | helm | erigon | 0.11.7-canary.2 | 0.11.7-canary.3 | | helm | lighthouse | 0.7.2-canary.1 | 0.7.2-canary.2 | | helm | proxyd | 0.6.13-canary.2 | 0.6.13-canary.3 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 8d6db2c commit 4d9e7c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gnosis/helmfile.yaml

Lines changed: 3 additions & 3 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.7-canary.2"
173+
version: "0.11.7-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.7.2-canary.1"
188+
version: "0.7.2-canary.2"
189189
{{- end }}
190190

191191
proxyd:
@@ -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.13-canary.2"
203+
version: "0.6.13-canary.3"
204204
{{- end }}
205205

206206
releases:

src/schemas/gnosis.cue

Lines changed: 3 additions & 3 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.7-canary.2"}
107+
_template: {version: "0.11.7-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.7.2-canary.1"}
119+
_template: {version: "0.7.2-canary.2"}
120120
}
121121

122122
proxyd: {
@@ -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.13-canary.2"}
130+
_template: {version: "0.6.13-canary.3"}
131131
}
132132
}
133133

0 commit comments

Comments
 (0)