Skip to content

Commit 423b483

Browse files
feat(firehose-ethereum)!: rebase on lib chart (#481)
1 parent fba6de7 commit 423b483

22 files changed

+776
-2034
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ yarn-error.log
2020
!.yarn/versions/**
2121
!.pnp.cjs
2222
!.pnp.loader.mjs
23+
24+
# Exclude chart dependencies
25+
charts/*/charts

charts/firehose-ethereum/Chart.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: common
3+
repository: https://graphops.github.io/launchpad-charts/canary
4+
version: 0.0.1-canary.1
5+
digest: sha256:a9a3cce331167526694ad8b671ba324064cb901b8ddfd3faad6bfa4d9d1c1a81
6+
generated: "2025-02-18T14:38:37.31391313Z"

charts/firehose-ethereum/Chart.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0-canary.5
18+
version: 0.1.0-canary.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v2.6.7"
24+
appVersion: "v2.9.3"
25+
26+
dependencies:
27+
- name: common
28+
version: 0.1.0-canary.7
29+
repository: https://graphops.github.io/launchpad-charts/canary

charts/firehose-ethereum/README.md

Lines changed: 143 additions & 82 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
dynamicComponents: true
2+
3+
componentsKey: firehoseComponents
4+
5+
componentLayering: |
6+
{{- $componentLayering := dict }}
7+
{{- range $component, $componentValues := .Values.firehoseComponents }}
8+
{{- $layers := list "firehoseComponentDefaults" }}
9+
{{- $componentServices := dig "fireeth" "services" list $componentValues }}
10+
{{- range $service := $componentServices }}
11+
{{- $layers = append $layers (printf "firehoseServiceDefaults[%s]" $service) }}
12+
{{- end }}
13+
{{- $layers = append $layers (printf "firehoseComponents[%s]" $component) }}
14+
{{- $_ := set $componentLayering $component $layers }}
15+
{{- end }}
16+
{{ $componentLayering | toJson }}

charts/firehose-ethereum/templates/_def.initContainers.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

charts/firehose-ethereum/templates/_lib.metadata.tpl

Lines changed: 0 additions & 129 deletions
This file was deleted.

charts/firehose-ethereum/templates/_lib.resources.tpl

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)