Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): update nethermind dependencies #65

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nethermind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.3.0
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=nethermind/nethermind
appVersion: "1.16.0-unstable"
appVersion: "1.17.0-unstable"
4 changes: 2 additions & 2 deletions charts/nethermind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ nethermind:
# -- 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 All @@ -177,6 +177,6 @@ nethermind:
# -- Container repository
repository: busybox
# -- Container tag
tag: "1.34.0"
tag: "1.36.1"
# -- Container pull policy
pullPolicy: IfNotPresent
Loading