Skip to content

Commit a6a2e19

Browse files
ci(deps): update ethereum dependencies (#1634)
| datasource | package | from | to | | ---------- | ------- | --------------- | ------ | | helm | nimbus | 0.6.7-canary.1 | 0.6.7 | | helm | proxyd | 0.6.14-canary.1 | 0.6.14 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 468b170 commit a6a2e19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ethereum/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ templates:
185185
version: {{ .Values | get "nimbus" | get "chartVersion" }}
186186
{{- end }}
187187
{{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }}
188-
version: "0.6.7-canary.1"
188+
version: "0.6.7"
189189
{{- end }}
190190

191191
lighthouse:
@@ -215,7 +215,7 @@ templates:
215215
version: {{ .Values | get "proxyd" | get "chartVersion" }}
216216
{{- end }}
217217
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
218-
version: "0.6.14-canary.1"
218+
version: "0.6.14"
219219
{{- end }}
220220

221221
releases:

src/schemas/ethereum.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ package LaunchpadNamespaces
140140
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
141141
}
142142
feature: #features.#nimbus
143-
_template: {version: "0.6.7-canary.1"}
143+
_template: {version: "0.6.7"}
144144
}
145145

146146
lighthouse: {
@@ -163,7 +163,7 @@ package LaunchpadNamespaces
163163
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
164164
}
165165
feature: #features.#proxyd
166-
_template: {version: "0.6.14-canary.1"}
166+
_template: {version: "0.6.14"}
167167
}
168168
}
169169

0 commit comments

Comments
 (0)