Skip to content

Commit

Permalink
feat(deps): update nimbus dependencies
Browse files Browse the repository at this point in the history
| datasource | package                    | from               | to                |
| ---------- | -------------------------- | ------------------ | ----------------- |
| docker     | busybox                    | 1.34.0             | 1.36.1            |
| docker     | lachlanevenson/k8s-kubectl | v1.21.3            | v1.25.4           |
| docker     | statusim/nimbus-eth2       | multiarch-v22.12.0 | multiarch-v24.7.0 |
  • Loading branch information
renovate-41e06b0f[bot] authored Aug 1, 2024
1 parent ae85d5e commit b7b433c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nimbus/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=statusim/nimbus-eth2
appVersion: "multiarch-v22.12.0"
appVersion: "multiarch-v24.7.0"
4 changes: 2 additions & 2 deletions charts/nimbus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ nimbus:
# -- 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 @@ -174,6 +174,6 @@ nimbus:
# -- Container repository
repository: busybox
# -- Container tag
tag: "1.34.0"
tag: "1.36.1"
# -- Container pull policy
pullPolicy: IfNotPresent

0 comments on commit b7b433c

Please sign in to comment.