From e0bd14611c6a61f00864011d71d193ea6b9c28da Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:07:27 +0000 Subject: [PATCH 1/2] feat(deps): update nimbus dependencies | datasource | package | from | to | | ---------- | -------------------- | ----------------- | ----------------- | | docker | busybox | 1.36.1 | 1.37.0 | | docker | statusim/nimbus-eth2 | multiarch-v24.8.0 | multiarch-v24.9.0 | --- charts/nimbus/Chart.yaml | 2 +- charts/nimbus/README.md | 4 ++-- charts/nimbus/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/nimbus/Chart.yaml b/charts/nimbus/Chart.yaml index a70bd8a9..a89dfcf1 100644 --- a/charts/nimbus/Chart.yaml +++ b/charts/nimbus/Chart.yaml @@ -22,4 +22,4 @@ version: 0.5.17 # 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-v24.8.0" +appVersion: "multiarch-v24.9.0" diff --git a/charts/nimbus/README.md b/charts/nimbus/README.md index c2873318..7c43e8ff 100644 --- a/charts/nimbus/README.md +++ b/charts/nimbus/README.md @@ -2,7 +2,7 @@ Deploy and scale [Nimbus](https://github.com/status-im/nimbus-eth2) inside Kubernetes with ease -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.17](https://img.shields.io/badge/Version-0.5.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: multiarch-v24.8.0](https://img.shields.io/badge/AppVersion-multiarch--v24.8.0-informational?style=flat-square) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.17](https://img.shields.io/badge/Version-0.5.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: multiarch-v24.9.0](https://img.shields.io/badge/AppVersion-multiarch--v24.9.0-informational?style=flat-square) ## Chart Features @@ -113,7 +113,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | nimbus.initChownData.enabled | Init container to set the correct permissions to access data directories | bool | `true` | | nimbus.initChownData.image.pullPolicy | Container pull policy | string | `"IfNotPresent"` | | nimbus.initChownData.image.repository | Container repository | string | `"busybox"` | - | nimbus.initChownData.image.tag | Container tag | string | `"1.36.1"` | + | nimbus.initChownData.image.tag | Container tag | string | `"1.37.0"` | | nimbus.jwt | JWT to use to authenticate with Execution Client. Specify either `existingSecret` OR `fromLiteral`. | object | `{"existingSecret":{"key":"","name":""},"fromLiteral":""}` | | nimbus.jwt.existingSecret | Load the JWT from an existing Kubernetes Secret. Takes precedence over `fromLiteral` if set. | object | `{"key":"","name":""}` | | nimbus.jwt.existingSecret.key | Data key for the JWT in the Secret | string | `""` | diff --git a/charts/nimbus/values.yaml b/charts/nimbus/values.yaml index 9a82b72d..b25234e8 100644 --- a/charts/nimbus/values.yaml +++ b/charts/nimbus/values.yaml @@ -177,6 +177,6 @@ nimbus: # -- Container repository repository: busybox # -- Container tag - tag: "1.36.1" + tag: "1.37.0" # -- Container pull policy pullPolicy: IfNotPresent From c17035d1d4369f131d9c3bfeb452a9927625d429 Mon Sep 17 00:00:00 2001 From: Ana-Maria Calin Date: Tue, 8 Oct 2024 17:05:45 -0700 Subject: [PATCH 2/2] feat(nimbus): update chart v --- charts/nimbus/Chart.yaml | 2 +- charts/nimbus/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nimbus/Chart.yaml b/charts/nimbus/Chart.yaml index a89dfcf1..e9d3f1fc 100644 --- a/charts/nimbus/Chart.yaml +++ b/charts/nimbus/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.17 +version: 0.5.18 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/nimbus/README.md b/charts/nimbus/README.md index 7c43e8ff..8ebbae09 100644 --- a/charts/nimbus/README.md +++ b/charts/nimbus/README.md @@ -2,7 +2,7 @@ Deploy and scale [Nimbus](https://github.com/status-im/nimbus-eth2) inside Kubernetes with ease -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.17](https://img.shields.io/badge/Version-0.5.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: multiarch-v24.9.0](https://img.shields.io/badge/AppVersion-multiarch--v24.9.0-informational?style=flat-square) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.18](https://img.shields.io/badge/Version-0.5.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: multiarch-v24.9.0](https://img.shields.io/badge/AppVersion-multiarch--v24.9.0-informational?style=flat-square) ## Chart Features