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.0 | 0.1.3-canary.3 |
| helm       | proxyd    | 0.1.8 | 0.3.4-canary.8 |
  • Loading branch information
graphops-renovate[bot] committed Oct 26, 2023
1 parent 5254348 commit fa2f1c1
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
Original file line number Diff line number Diff line change
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.0"
version: "0.1.3-canary.3"
{{- 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.1.8"
version: "0.3.4-canary.8"
{{- end }}
releases:
{{- $canonicalRelease := "avalanche" }}
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/avalanche.cue
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ package LaunchpadNamespaces
releases: {
avalanche: {
chart: {_repositories.graphops.charts.avalanche}
_template: {version: "0.1.0"}
_template: {version: "0.1.3-canary.3"}
}

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

Expand Down

0 comments on commit fa2f1c1

Please sign in to comment.