Skip to content

Commit

Permalink
feat(deps): update ghcr.io/streamingfast/firehose-ethereum docker tag…
Browse files Browse the repository at this point in the history
… to v2.7.2

| datasource | package                                 | from   | to     |
| ---------- | --------------------------------------- | ------ | ------ |
| docker     | ghcr.io/streamingfast/firehose-ethereum | v2.6.7 | v2.7.2 |
  • Loading branch information
graphops-renovate[bot] authored Sep 6, 2024
1 parent a1548a9 commit e6359d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/firehose-evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ 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-evm | object | `{"digest":"","pullPolicy":"IfNotPresent","repository":"ghcr.io/streamingfast/firehose-ethereum","tag":"v2.7.2-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"` |
| firehoseComponentDefaults.image.tag | Overrides the image reference using a tag digest takes precedence over tag if both are set | string | `"v2.6.7-geth-v1.13.15-fh2.4"` |
| firehoseComponentDefaults.image.tag | Overrides the image reference using a tag digest takes precedence over tag if both are set | string | `"v2.7.2-geth-v1.13.15-fh2.4"` |
| firehoseComponentDefaults.imagePullSecrets | Pull secrets required to fetch images | list | `[]` |
| firehoseComponentDefaults.initContainers | Init containers configuration | object | `{"10-init-nodeport":{"enabled":false,"image":"lachlanevenson/k8s-kubectl:v1.25.4","imagePullPolicy":"IfNotPresent","resources":{}},"20-init-envsubst":{"enabled":false,"image":"blockstack/envsubst:latest","imagePullPolicy":"IfNotPresent","resources":{}}}` |
| firehoseComponentDefaults.kind | Default workload type (Deployment | StatefulSet) | string | `"Deployment"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/firehose-evm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ firehoseComponentDefaults:
pullPolicy: "IfNotPresent"
# -- Overrides the image reference using a tag
# digest takes precedence over tag if both are set
tag: "v2.6.7-geth-v1.13.15-fh2.4"
tag: "v2.7.2-geth-v1.13.15-fh2.4"
# -- Overrides the image reference using a specific digest
digest: ""

Expand Down

0 comments on commit e6359d9

Please sign in to comment.