Skip to content

Commit

Permalink
feat(deps): update erigon dependencies
Browse files Browse the repository at this point in the history
| datasource | package                    | from    | to      |
| ---------- | -------------------------- | ------- | ------- |
| docker     | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 |
| docker     | thorax/erigon              | v0.0.0  | v2.53.4 |
  • Loading branch information
renovate-41e06b0f[bot] committed Oct 31, 2023
1 parent 3c88717 commit ef1a7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
pullPolicy: IfNotPresent
# -- Overrides the image tag
# @default -- Chart.appVersion
tag: "v0.0.0"
tag: "v2.53.4"

# -- Pull secrets required to fetch the Image
imagePullSecrets: []
Expand Down Expand Up @@ -164,7 +164,7 @@ statefulNode:
# -- Container image to fetch nodeport information
repository: lachlanevenson/k8s-kubectl
# -- Container tag
tag: v1.21.3
tag: v1.25.4
# -- Container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit ef1a7b3

Please sign in to comment.