Skip to content

Commit

Permalink
feat(erigon,nimbus,nethermind): fix default extraLabels type
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswessels committed Oct 14, 2022
1 parent 0d60670 commit 7f1a8e8
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/erigon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/erigon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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}` |
Expand All @@ -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` |
Expand Down
4 changes: 2 additions & 2 deletions charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -178,7 +178,7 @@ rpcdaemon:
extraArgs: []

# -- Extra labels to attach to the Pod for matching against
extraLabels: []
extraLabels: {}

# -- Annotations for the `Pod`
podAnnotations: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/nethermind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/nimbus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/nimbus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nimbus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f1a8e8

Please sign in to comment.