Skip to content

Commit 18d20c4

Browse files
feat(deps): update nethermind dependencies
| datasource | package | from | to | | ---------- | --------------------- | --------------- | ------ | | docker | busybox | 1.36.1 | 1.37.0 | | docker | nethermind/nethermind | 1.17.0-unstable | 1.31.4 |
1 parent 137d006 commit 18d20c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/nethermind/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ version: 0.4.2
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424
# renovate: image=nethermind/nethermind
25-
appVersion: "1.17.0-unstable"
25+
appVersion: "1.31.4"

charts/nethermind/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale [Nethermind](https://github.com/NethermindEth/nethermind) inside Kubernetes with ease
44

5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.0-unstable](https://img.shields.io/badge/AppVersion-1.17.0--unstable-informational?style=flat-square)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.4](https://img.shields.io/badge/AppVersion-1.31.4-informational?style=flat-square)
66

77
## Chart Features
88

@@ -114,7 +114,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
114114
| nethermind.initChownData.enabled | Init container to set the correct permissions to access data directories | bool | `true` |
115115
| nethermind.initChownData.image.pullPolicy | Container pull policy | string | `"IfNotPresent"` |
116116
| nethermind.initChownData.image.repository | Container repository | string | `"busybox"` |
117-
| nethermind.initChownData.image.tag | Container tag | string | `"1.36.1"` |
117+
| nethermind.initChownData.image.tag | Container tag | string | `"1.37.0"` |
118118
| nethermind.jwt | JWT for clients to authenticate with the Engine API. Specify either `existingSecret` OR `fromLiteral`. | object | `{"existingSecret":{"key":null,"name":null},"fromLiteral":null}` |
119119
| nethermind.jwt.existingSecret | Load the JWT from an existing Kubernetes Secret. Takes precedence over `fromLiteral` if set. | object | `{"key":null,"name":null}` |
120120
| nethermind.jwt.existingSecret.key | Data key for the JWT in the Secret | string | `nil` |

charts/nethermind/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ nethermind:
179179
# -- Container repository
180180
repository: busybox
181181
# -- Container tag
182-
tag: "1.36.1"
182+
tag: "1.37.0"
183183
# -- Container pull policy
184184
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)