Skip to content

Commit

Permalink
chore(nimbus): update security policy and chart v
Browse files Browse the repository at this point in the history
  • Loading branch information
calinah committed Dec 17, 2024
1 parent 885e8a6 commit f62ac95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.5.21
version: 0.5.22

# 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.5.21](https://img.shields.io/badge/Version-0.5.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: multiarch-v24.12.0](https://img.shields.io/badge/AppVersion-multiarch--v24.12.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.22](https://img.shields.io/badge/Version-0.5.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: multiarch-v24.12.0](https://img.shields.io/badge/AppVersion-multiarch--v24.12.0-informational?style=flat-square)

## Chart Features

Expand Down Expand Up @@ -129,7 +129,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| nimbus.p2pNodePort.initContainer.image.tag | Container tag | string | `"v1.25.4"` |
| nimbus.p2pNodePort.port | NodePort to be used. Must be unique. | int | `31000` |
| nimbus.podAnnotations | Annotations for the `Pod` | object | `{}` |
| nimbus.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
| nimbus.podSecurityContext | Pod-wide security context | object | `{"fsGroup":1000,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000}` |
| nimbus.readinessProbe | Sets a readinessProbe configuration for the container | object | `{}` |
| nimbus.resources | | object | `{}` |
| nimbus.rollingUpdatePartition | When using a RollingUpdate update strategy in the StatefulSet, sets a partition index to only update PODs with that index or higher | int | `0` |
Expand Down
6 changes: 3 additions & 3 deletions charts/nimbus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ nimbus:
# -- Pod-wide security context
podSecurityContext:
runAsNonRoot: true
runAsUser: 101337
runAsGroup: 101337
fsGroup: 101337
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000

service:
topologyAwareRouting:
Expand Down

0 comments on commit f62ac95

Please sign in to comment.