Skip to content

Commit

Permalink
ci(deps): update gnosis dependencies
Browse files Browse the repository at this point in the history
| datasource | package    | from  | to             |
| ---------- | ---------- | ----- | -------------- |
| helm       | nethermind | 0.4.0 | 0.4.2          |
| helm       | nimbus     | 0.5.1 | 0.5.4-canary.1 |
| helm       | proxyd     | 0.3.2 | 0.3.4-canary.8 |
  • Loading branch information
graphops-renovate[bot] committed Oct 26, 2023
1 parent ab066e2 commit 1a03f59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gnosis/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ templates:
version: {{ .Values | get "nethermind" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "nethermind" dict | get "chartVersion" false ) ( .Values | get "nethermind" dict | get "chartUrl" false ) )) }}
version: "0.4.0"
version: "0.4.2"
{{- end }}
nimbus:
{{- if ( .Values | get "nimbus" dict | get "chartUrl" false ) }}
Expand All @@ -147,7 +147,7 @@ templates:
version: {{ .Values | get "nimbus" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }}
version: "0.5.1"
version: "0.5.4-canary.1"
{{- end }}
proxyd:
{{- if ( .Values | get "proxyd" dict | get "chartUrl" false ) }}
Expand All @@ -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.2"
version: "0.3.4-canary.8"
{{- end }}
releases:
{{- $canonicalRelease := "nethermind" }}
Expand Down
6 changes: 3 additions & 3 deletions src/schemas/gnosis.cue
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ package LaunchpadNamespaces
releases: {
nethermind: {
chart: {_repositories.graphops.charts.nethermind}
_template: {version: "0.4.0"}
_template: {version: "0.4.2"}
}

nimbus: {
chart: {_repositories.graphops.charts.nimbus}
_template: {version: "0.5.1"}
_template: {version: "0.5.4-canary.1"}
}

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

Expand Down

0 comments on commit 1a03f59

Please sign in to comment.