Skip to content

Commit cdc7e2d

Browse files
feat(deps): update nethermind dependencies
| datasource | package | from | to | | ---------- | -------------------------- | ------- | ------- | | docker | busybox | 1.34.0 | 1.36.1 | | docker | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 | | docker | nethermind/nethermind | v0.0.0 | 1.27.1 |
1 parent ae85d5e commit cdc7e2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/nethermind/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
pullPolicy: IfNotPresent
1111
# -- Overrides the image tag
1212
# @default -- Chart.appVersion
13-
tag: "v0.0.0"
13+
tag: "1.27.1"
1414

1515
# -- Pull secrets required to fetch the Image
1616
imagePullSecrets: []
@@ -166,7 +166,7 @@ nethermind:
166166
# -- Container image to fetch nodeport information
167167
repository: lachlanevenson/k8s-kubectl
168168
# -- Container tag
169-
tag: v1.21.3
169+
tag: v1.25.4
170170
# -- Container pull policy
171171
pullPolicy: IfNotPresent
172172

@@ -177,6 +177,6 @@ nethermind:
177177
# -- Container repository
178178
repository: busybox
179179
# -- Container tag
180-
tag: "1.34.0"
180+
tag: "1.36.1"
181181
# -- Container pull policy
182182
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)