Skip to content

Commit a22d326

Browse files
ci(deps): update celo dependencies (#1576)
| datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | proxyd | 0.6.13-canary.1 | 0.6.13-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 0b46aa1 commit a22d326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

celo/helmfile.yaml

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

191191
releases:

src/schemas/celo.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ package LaunchpadNamespaces
116116
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
117117
}
118118
feature: #features.#proxyd
119-
_template: {version: "0.6.13-canary.1"}
119+
_template: {version: "0.6.13-canary.2"}
120120
}
121121
}
122122

0 commit comments

Comments
 (0)