Skip to content

Commit

Permalink
ci(deps): update celo dependencies (#1155)
Browse files Browse the repository at this point in the history
| datasource | package | from           | to             |
| ---------- | ------- | -------------- | -------------- |
| helm       | celo    | 0.1.8-canary.2 | 0.1.8-canary.3 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Dec 17, 2024
1 parent 2b9a083 commit 6e38d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion celo/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ templates:
version: {{ .Values | get "celo" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "celo" dict | get "chartVersion" false ) ( .Values | get "celo" dict | get "chartUrl" false ) )) }}
version: "0.1.8-canary.2"
version: "0.1.8-canary.3"
{{- end }}

proxyd:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/celo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
_template: {version: "0.1.8-canary.2"}
_template: {version: "0.1.8-canary.3"}
}

proxyd: {
Expand Down

0 comments on commit 6e38d3b

Please sign in to comment.