Skip to content

Commit

Permalink
fix erigon image
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Mar 21, 2024
1 parent 39a4473 commit 43d181c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/erigon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented
| httpPort | int | `8545` | HTTP Port |
| image.pullPolicy | string | `"IfNotPresent"` | erigon container pull policy |
| image.repository | string | `"thorax/erigon"` | erigon container image repository |
| image.tag | string | `"stable"` | erigon container image tag |
| image.tag | string | `"devel"` | erigon container image tag |
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
| ingress.annotations | object | `{}` | Annotations for Ingress |
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |
Expand Down
2 changes: 1 addition & 1 deletion charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- erigon container image repository
repository: thorax/erigon
# -- erigon container image tag
tag: stable
tag: devel
# -- erigon container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 43d181c

Please sign in to comment.