From 7f1a8e8503f91a4ddc6965ac1de0c5d067f28ed1 Mon Sep 17 00:00:00 2001 From: Chris Wessels Date: Fri, 14 Oct 2022 17:09:02 +0100 Subject: [PATCH] feat(erigon,nimbus,nethermind): fix default extraLabels type --- charts/erigon/Chart.yaml | 2 +- charts/erigon/README.md | 6 +++--- charts/erigon/values.yaml | 4 ++-- charts/nethermind/Chart.yaml | 2 +- charts/nethermind/README.md | 4 ++-- charts/nethermind/values.yaml | 2 +- charts/nimbus/Chart.yaml | 2 +- charts/nimbus/README.md | 4 ++-- charts/nimbus/values.yaml | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/erigon/Chart.yaml b/charts/erigon/Chart.yaml index d2a88387..b94903df 100644 --- a/charts/erigon/Chart.yaml +++ b/charts/erigon/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.3.8 +version: 0.3.9 # 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/erigon/README.md b/charts/erigon/README.md index c89ce325..bcb27f11 100644 --- a/charts/erigon/README.md +++ b/charts/erigon/README.md @@ -2,7 +2,7 @@ Deploy and scale [Erigon](https://github.com/ledgerwatch/erigon) 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.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.28.0](https://img.shields.io/badge/AppVersion-v2.28.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.3.9](https://img.shields.io/badge/Version-0.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.28.0](https://img.shields.io/badge/AppVersion-v2.28.0-informational?style=flat-square) ## Features @@ -144,7 +144,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | rpcdaemon.autoscaling.targetMemoryUtilizationPercentage | | string | `nil` | | rpcdaemon.enabled | Enable a Deployment of rpcdaemon that can be scaled independently | bool | `true` | | rpcdaemon.extraArgs | Additional CLI arguments to pass to `rpcdaemon` | list | `[]` | - | rpcdaemon.extraLabels | Extra labels to attach to the Pod for matching against | list | `[]` | + | rpcdaemon.extraLabels | Extra labels to attach to the Pod for matching against | object | `{}` | | rpcdaemon.nodeSelector | | object | `{}` | | rpcdaemon.podAnnotations | Annotations for the `Pod` | object | `{}` | | rpcdaemon.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` | @@ -161,7 +161,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | statefulNode.affinity | | object | `{}` | | statefulNode.affinityPresets.antiAffinityByHostname | Configure anti-affinity rules to prevent multiple Erigon instances on the same host | bool | `true` | | statefulNode.extraArgs | Additional CLI arguments to pass to `erigon` | list | `[]` | - | statefulNode.extraLabels | Extra labels to attach to the Pod for matching against | list | `[]` | + | statefulNode.extraLabels | Extra labels to attach to the Pod for matching against | object | `{}` | | statefulNode.jwt | JWT for clients to authenticate with the Engine API. Specify either `existingSecret` OR `fromLiteral`. | object | `{"existingSecret":{"key":null,"name":null},"fromLiteral":null}` | | statefulNode.jwt.existingSecret | Load the JWT from an existing Kubernetes Secret. Takes precedence over `fromLiteral` if set. | object | `{"key":null,"name":null}` | | statefulNode.jwt.existingSecret.key | Data key for the JWT in the Secret | string | `nil` | diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index e2cb97ba..c5ab0deb 100644 --- a/charts/erigon/values.yaml +++ b/charts/erigon/values.yaml @@ -83,7 +83,7 @@ statefulNode: extraArgs: [] # -- Extra labels to attach to the Pod for matching against - extraLabels: [] + extraLabels: {} # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for Erigon storage volumeClaimSpec: @@ -178,7 +178,7 @@ rpcdaemon: extraArgs: [] # -- Extra labels to attach to the Pod for matching against - extraLabels: [] + extraLabels: {} # -- Annotations for the `Pod` podAnnotations: {} diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index 8756afa5..9c258aba 100644 --- a/charts/nethermind/Chart.yaml +++ b/charts/nethermind/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.1.5 +version: 0.1.6 # 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/nethermind/README.md b/charts/nethermind/README.md index 01b0d446..bf7891db 100644 --- a/charts/nethermind/README.md +++ b/charts/nethermind/README.md @@ -2,7 +2,7 @@ Deploy and scale [Nethermind](https://github.com/NethermindEth/nethermind) 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.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.3](https://img.shields.io/badge/AppVersion-1.14.3-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.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.3](https://img.shields.io/badge/AppVersion-1.14.3-informational?style=flat-square) ## Chart Features @@ -110,7 +110,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | nethermind.affinity | | object | `{}` | | nethermind.affinityPresets.antiAffinityByHostname | Configure anti-affinity rules to prevent multiple instances on the same host | bool | `true` | | nethermind.extraArgs | Additional CLI arguments | list | `[]` | - | nethermind.extraLabels | Extra labels to attach to the Pod for matching against | list | `[]` | + | nethermind.extraLabels | Extra labels to attach to the Pod for matching against | object | `{}` | | nethermind.initChownData.enabled | Init container to set the correct permissions to access data directories | bool | `true` | | nethermind.initChownData.image.pullPolicy | Container pull policy | string | `"IfNotPresent"` | | nethermind.initChownData.image.repository | Container repository | string | `"busybox"` | diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index b63964bc..c42cdc26 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -81,7 +81,7 @@ nethermind: extraArgs: [] # -- Extra labels to attach to the Pod for matching against - extraLabels: [] + extraLabels: {} # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage volumeClaimSpec: diff --git a/charts/nimbus/Chart.yaml b/charts/nimbus/Chart.yaml index c1123cb8..f43fbd17 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.1.2 +version: 0.1.3 # 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 8c41b397..361c5b76 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.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: multiarch-v22.10.0](https://img.shields.io/badge/AppVersion-multiarch--v22.10.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.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: multiarch-v22.10.0](https://img.shields.io/badge/AppVersion-multiarch--v22.10.0-informational?style=flat-square) ## Chart Features @@ -105,7 +105,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | nimbus.affinityPresets.antiAffinityByHostname | Configure anti-affinity rules to prevent multiple instances on the same host | bool | `true` | | nimbus.executionClientUrl | URL to the Execution Client Engine API. Will use configured JWT to authenticate. | string | `""` | | nimbus.extraArgs | Additional CLI arguments | list | `[]` | - | nimbus.extraLabels | Extra labels to attach to the Pod for matching against | list | `[]` | + | nimbus.extraLabels | Extra labels to attach to the Pod for matching against | object | `{}` | | 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"` | diff --git a/charts/nimbus/values.yaml b/charts/nimbus/values.yaml index c6c0a3e0..ce5ac8d5 100644 --- a/charts/nimbus/values.yaml +++ b/charts/nimbus/values.yaml @@ -85,7 +85,7 @@ nimbus: extraArgs: [] # -- Extra labels to attach to the Pod for matching against - extraLabels: [] + extraLabels: {} # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage volumeClaimSpec: