Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/eth goerli update #90

Merged
merged 3 commits into from Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions ethereum/helmfile.yaml
Expand Up @@ -103,13 +103,13 @@ templates:

erigon:
chart: graphops/erigon
version: 0.7.0
version: 0.8.1
inherit:
- template: defaults

nimbus:
chart: graphops/nimbus
version: 0.4.1
version: 0.5.1
inherit:
- template: defaults

Expand Down
2 changes: 1 addition & 1 deletion ethereum/values/goerli/erigon.yaml
Expand Up @@ -6,4 +6,4 @@ statefulNode:
volumeClaimSpec:
resources:
requests:
storage: 500Gi
storage: 1Ti
4 changes: 2 additions & 2 deletions src/schemas/ethereum.cue
Expand Up @@ -65,13 +65,13 @@ package LaunchpadNamespaces
releases: {
erigon: {
chart: {_repositories.graphops.charts.erigon}
_template: {version: "0.7.0"}
_template: {version: "0.8.1"}
}

nimbus: {
chart: {_repositories.graphops.charts.nimbus}
feature: #features.#nimbus
_template: {version: "0.4.1"}
_template: {version: "0.5.1"}
}

proxyd: {
Expand Down