Skip to content

Commit ecda467

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereum/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7-canary.3"
218+
version: "0.6.7"
219219
{{- end }}
220220

221221
releases:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ package LaunchpadNamespaces
155155
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
156156
}
157157
feature: #features.#proxyd
158-
_template: {version: "0.6.7-canary.3"}
158+
_template: {version: "0.6.7"}
159159
}
160160
}
161161

0 commit comments

Comments
 (0)