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(firehose-ethereum): rename chart #353

Merged
merged 1 commit into from
Sep 16, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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