Skip to content

Commit

Permalink
ci(deps): update ethereum dependencies
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | erigon  | 0.8.2 | 0.8.4 |
| helm       | nimbus  | 0.5.2 | 0.5.3 |
  • Loading branch information
graphops-renovate[bot] committed Sep 28, 2023
1 parent b2db72c commit b67ac1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ethereum/helmfile.yaml
Expand Up @@ -153,7 +153,7 @@ templates:
version: {{ .Values | get "erigon" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
version: "0.8.2"
version: "0.8.4"
{{- end }}
nimbus:
{{- if ( .Values | get "nimbus" dict | get "chartUrl" false ) }}
Expand All @@ -167,7 +167,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.2"
version: "0.5.3"
{{- end }}
proxyd:
{{- if ( .Values | get "proxyd" dict | get "chartUrl" false ) }}
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/ethereum.cue
Expand Up @@ -77,7 +77,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/layer": "execution"
"app.launchpad.graphops.xyz/component": "erigon"
}
_template: {version: "0.8.2"}
_template: {version: "0.8.4"}
_scale: true
}

Expand All @@ -88,7 +88,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/component": "nimbus"
}
feature: #features.#nimbus
_template: {version: "0.5.2"}
_template: {version: "0.5.3"}
_scale: true
}

Expand Down

0 comments on commit b67ac1a

Please sign in to comment.