Skip to content

Commit

Permalink
ci(deps): update avalanche dependencies
Browse files Browse the repository at this point in the history
| datasource | package   | from           | to             |
| ---------- | --------- | -------------- | -------------- |
| helm       | avalanche | 0.1.3-canary.3 | 0.1.3-canary.4 |
| helm       | proxyd    | 0.3.4-canary.8 | 0.4.0          |
  • Loading branch information
graphops-renovate[bot] committed Oct 27, 2023
1 parent 64fd4cf commit 8561886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions avalanche/helmfile.yaml
Expand Up @@ -133,7 +133,7 @@ templates:
version: {{ .Values | get "avalanche" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "avalanche" dict | get "chartVersion" false ) ( .Values | get "avalanche" dict | get "chartUrl" false ) )) }}
version: "0.1.3-canary.3"
version: "0.1.3-canary.4"
{{- end }}
proxyd:
{{- if ( .Values | get "proxyd" dict | get "chartUrl" false ) }}
Expand All @@ -147,7 +147,7 @@ templates:
version: {{ .Values | get "proxyd" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
version: "0.3.4-canary.8"
version: "0.4.0"
{{- end }}
releases:
{{- $canonicalRelease := "avalanche" }}
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/avalanche.cue
Expand Up @@ -45,12 +45,12 @@ package LaunchpadNamespaces
releases: {
avalanche: {
chart: {_repositories.graphops.charts.avalanche}
_template: {version: "0.1.3-canary.3"}
_template: {version: "0.1.3-canary.4"}
}

proxyd: {
chart: {_repositories.graphops.charts.proxyd}
_template: {version: "0.3.4-canary.8"}
_template: {version: "0.4.0"}
}
}

Expand Down

0 comments on commit 8561886

Please sign in to comment.