Skip to content

Commit

Permalink
feat(firehose-ethereum): rename chart
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Sep 11, 2024
1 parent 8382857 commit 69bcd5c
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: firehose-evm
name: firehose-ethereum
description: Deploy and scale all components of [Firehose EVM](https://github.com/streamingfast/firehose-ethereum) inside Kubernetes with ease

# A chart can be either an 'application' or a 'library' chart.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Firehose-Evm Helm Chart
# Firehose-Ethereum Helm Chart

Deploy and scale all components of [Firehose EVM](https://github.com/streamingfast/firehose-ethereum) inside Kubernetes with ease

Expand Down Expand Up @@ -169,7 +169,7 @@ To install the chart with the release name `my-release`:

```console
helm repo add graphops http://graphops.github.io/launchpad-charts
helm install my-release graphops/firehose-evm
helm install my-release graphops/firehose-ethereum
```

## Upgrading
Expand Down Expand Up @@ -227,7 +227,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| firehoseComponentDefaults.fireeth.services | List of firehose services to launch (reader-node | merger | relayer | ...) | list | `[]` |
| firehoseComponentDefaults.horizontalPodAutoscaler | Horizontal Pod Autoscaler configuration | object | `{"enabled":false,"metadata":{"annotations":{},"labels":{}},"spec":{}}` |
| firehoseComponentDefaults.horizontalPodAutoscaler.metadata | Anything else will be marge on the final horizontalPodAutoscaler resource template | object | `{"annotations":{},"labels":{}}` |
| firehoseComponentDefaults.image | Image configuration for firehose-evm | object | `{"digest":"","pullPolicy":"IfNotPresent","repository":"ghcr.io/streamingfast/firehose-ethereum","tag":"v2.6.7-geth-v1.13.15-fh2.4"}` |
| firehoseComponentDefaults.image | Image configuration for firehose-ethereum | object | `{"digest":"","pullPolicy":"IfNotPresent","repository":"ghcr.io/streamingfast/firehose-ethereum","tag":"v2.6.7-geth-v1.13.15-fh2.4"}` |
| firehoseComponentDefaults.image.digest | Overrides the image reference using a specific digest | string | `""` |
| firehoseComponentDefaults.image.pullPolicy | Image pull policy | string | `"IfNotPresent"` |
| firehoseComponentDefaults.image.repository | Docker image repository | string | `"ghcr.io/streamingfast/firehose-ethereum"` |
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Behavior:
- New endpoints in override are added to the result.
Usage:
- list $defaults $overrides | include "firehose-evm.serviceMonitorConfig"
- list $defaults $overrides | include "firehose-ethereum.serviceMonitorConfig"
Example:
- Input: {
Expand Down Expand Up @@ -108,7 +108,7 @@ Behavior:
- New endpoints in override are added to the result.
Usage:
- list $defaults $overrides | include "firehose-evm.serviceMonitorConfig"
- list $defaults $overrides | include "firehose-ethereum.serviceMonitorConfig"
Example:
- Input: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Default values for firehose-evm.
# Default values for firehose-ethereum.
# This is a YAML-formatted file.

global:
Expand All @@ -12,7 +12,7 @@ global:
firehoseComponentDefaults:
# -- Default workload type (Deployment | StatefulSet)
kind: Deployment
# -- Image configuration for firehose-evm
# -- Image configuration for firehose-ethereum
image:
# -- Docker image repository
repository: "ghcr.io/streamingfast/firehose-ethereum"
Expand Down

0 comments on commit 69bcd5c

Please sign in to comment.