Skip to content

Commit 0b46aa1

Browse files
ci(deps): update ethereum dependencies
| datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | proxyd | 0.6.13-canary.1 | 0.6.13-canary.2 |
1 parent a9b54a0 commit 0b46aa1

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.13-canary.1"
218+
version: "0.6.13-canary.2"
219219
{{- end }}
220220

221221
releases:

src/schemas/ethereum.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ package LaunchpadNamespaces
163163
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
164164
}
165165
feature: #features.#proxyd
166-
_template: {version: "0.6.13-canary.1"}
166+
_template: {version: "0.6.13-canary.2"}
167167
}
168168
}
169169

0 commit comments

Comments
 (0)