Skip to content

Commit e9c1063

Browse files
ci(deps): update celo dependencies (#1304)
| datasource | package | from | to | | ---------- | ------- | ----- | --------------- | | helm | celo | 0.1.9 | 0.1.10-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 64e183a commit e9c1063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

celo/helmfile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ templates:
170170
version: {{ .Values | get "celo" | get "chartVersion" }}
171171
{{- end }}
172172
{{- if (not (or ( .Values | get "celo" dict | get "chartVersion" false ) ( .Values | get "celo" dict | get "chartUrl" false ) )) }}
173-
version: "0.1.9"
173+
version: "0.1.10-canary.1"
174174
{{- end }}
175175

176176
proxyd:

src/schemas/celo.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ package LaunchpadNamespaces
105105
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
106106
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
107107
}
108-
_template: {version: "0.1.9"}
108+
_template: {version: "0.1.10-canary.1"}
109109
}
110110

111111
proxyd: {

0 commit comments

Comments
 (0)