Skip to content

Commit

Permalink
ci(deps): update arbitrum dependencies
Browse files Browse the repository at this point in the history
| datasource | package | from           | to             |
| ---------- | ------- | -------------- | -------------- |
| helm       | proxyd  | 0.3.4-canary.4 | 0.3.4-canary.8 |
  • Loading branch information
graphops-renovate[bot] committed Oct 26, 2023
1 parent 0a58fdf commit 9438bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arbitrum/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,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.4"
version: "0.3.4-canary.8"
{{- end }}
releases:
{{- $canonicalRelease := "arbitrum-nitro" }}
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/arbitrum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ package LaunchpadNamespaces

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

Expand Down

0 comments on commit 9438bfc

Please sign in to comment.