Skip to content

Commit 8755fbf

Browse files
Revert "ci(deps): update celo dependencies"
This reverts commit 6664e87.
1 parent 4b20903 commit 8755fbf

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
@@ -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.5-canary.1"
173+
version: "0.1.4"
174174
{{- end }}
175175

176176
proxyd:

src/schemas/celo.cue

Lines changed: 1 addition & 1 deletion
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.5-canary.1"}
108+
_template: {version: "0.1.4"}
109109
}
110110

111111
proxyd: {

0 commit comments

Comments
 (0)