diff --git a/charts/arbitrum-classic/Chart.yaml b/charts/arbitrum-classic/Chart.yaml index 22460721..7c021cad 100644 --- a/charts/arbitrum-classic/Chart.yaml +++ b/charts/arbitrum-classic/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.2.1 +version: 0.3.0 # 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/arbitrum-classic/README.md b/charts/arbitrum-classic/README.md index 3997fdec..eb60eba0 100644 --- a/charts/arbitrum-classic/README.md +++ b/charts/arbitrum-classic/README.md @@ -2,7 +2,7 @@ Deploy and scale [Arbitrum-Classic](https://github.com/OffchainLabs/arbitrum) 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.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.5-e97c1a4](https://img.shields.io/badge/AppVersion-v1.4.5--e97c1a4-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.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.5-e97c1a4](https://img.shields.io/badge/AppVersion-v1.4.5--e97c1a4-informational?style=flat-square) ## Features @@ -150,7 +150,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | arbitrum.service.type | | string | `"ClusterIP"` | | arbitrum.terminationGracePeriodSeconds | Amount of time to wait before force-killing the arbitrum process | int | `60` | | arbitrum.tolerations | | list | `[]` | - | arbitrum.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for arbitrum storage | object | `{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"750G"}},"storageClassName":null}` | + | arbitrum.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for arbitrum storage | object | `{"accessModes":["ReadWriteOncePod"],"resources":{"requests":{"storage":"750G"}},"storageClassName":null}` | | arbitrum.volumeClaimSpec.resources.requests.storage | The amount of disk space to provision for arbitrum | string | `"750G"` | | arbitrum.volumeClaimSpec.storageClassName | The storage class to use when provisioning a persistent volume for arbitrum | string | `nil` | | fullnameOverride | | string | `""` | diff --git a/charts/arbitrum-classic/values.yaml b/charts/arbitrum-classic/values.yaml index 9114a712..ef855ead 100644 --- a/charts/arbitrum-classic/values.yaml +++ b/charts/arbitrum-classic/values.yaml @@ -103,7 +103,7 @@ arbitrum: # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for arbitrum storage volumeClaimSpec: - accessModes: ["ReadWriteOnce"] + accessModes: ["ReadWriteOncePod"] # -- The storage class to use when provisioning a persistent volume for arbitrum storageClassName: resources: diff --git a/charts/arbitrum-nitro/Chart.yaml b/charts/arbitrum-nitro/Chart.yaml index ae1347f1..f002e3df 100644 --- a/charts/arbitrum-nitro/Chart.yaml +++ b/charts/arbitrum-nitro/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.1 +version: 0.6.0 # 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/arbitrum-nitro/README.md b/charts/arbitrum-nitro/README.md index cad4b24e..f814109e 100644 --- a/charts/arbitrum-nitro/README.md +++ b/charts/arbitrum-nitro/README.md @@ -2,7 +2,7 @@ Deploy and scale [Arbitrum-Nitro](https://github.com/OffchainLabs/nitro/) 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.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.2.1-d81324d](https://img.shields.io/badge/AppVersion-v3.2.1--d81324d-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.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.2.1-d81324d](https://img.shields.io/badge/AppVersion-v3.2.1--d81324d-informational?style=flat-square) ## Features @@ -127,7 +127,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | nitro.service.type | | string | `"ClusterIP"` | | nitro.terminationGracePeriodSeconds | Amount of time to wait before force-killing the arbitrum process | int | `60` | | nitro.tolerations | | list | `[]` | - | nitro.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for arbitrum storage | object | `{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"8Ti"}},"storageClassName":null}` | + | nitro.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for arbitrum storage | object | `{"accessModes":["ReadWriteOncePod"],"resources":{"requests":{"storage":"8Ti"}},"storageClassName":null}` | | nitro.volumeClaimSpec.resources.requests.storage | The amount of disk space to provision for arbitrum | string | `"8Ti"` | | nitro.volumeClaimSpec.storageClassName | The storage class to use when provisioning a persistent volume for arbitrum | string | `nil` | | prometheus.serviceMonitors.enabled | Enable monitoring by creating `ServiceMonitor` CRDs ([prometheus-operator](https://github.com/prometheus-operator/prometheus-operator)) | bool | `false` | diff --git a/charts/arbitrum-nitro/values.yaml b/charts/arbitrum-nitro/values.yaml index 0c6b620d..82ca4d17 100644 --- a/charts/arbitrum-nitro/values.yaml +++ b/charts/arbitrum-nitro/values.yaml @@ -108,7 +108,7 @@ nitro: # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for arbitrum storage volumeClaimSpec: - accessModes: ["ReadWriteOnce"] + accessModes: ["ReadWriteOncePod"] # -- The storage class to use when provisioning a persistent volume for arbitrum storageClassName: resources: diff --git a/charts/celo/Chart.yaml b/charts/celo/Chart.yaml index 853d774d..8551f335 100644 --- a/charts/celo/Chart.yaml +++ b/charts/celo/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.7 +version: 0.2.0 # 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/celo/README.md b/charts/celo/README.md index 0b714181..84e12f9b 100644 --- a/charts/celo/README.md +++ b/charts/celo/README.md @@ -2,7 +2,7 @@ Deploy and scale [Celo](https://github.com/celo-org/celo-blockchain) Nodes 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.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.5](https://img.shields.io/badge/AppVersion-1.8.5-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.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.5](https://img.shields.io/badge/AppVersion-1.8.5-informational?style=flat-square) ## Features @@ -82,7 +82,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | celo.service.type | | string | `"ClusterIP"` | | celo.terminationGracePeriodSeconds | Amount of time to wait before force-killing the container | int | `60` | | celo.tolerations | | list | `[]` | - | celo.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage | object | `{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1.5Ti"}},"storageClassName":null}` | + | celo.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage | object | `{"accessModes":["ReadWriteOncePod"],"resources":{"requests":{"storage":"1.5Ti"}},"storageClassName":null}` | | celo.volumeClaimSpec.resources.requests.storage | The amount of disk space to provision | string | `"1.5Ti"` | | celo.volumeClaimSpec.storageClassName | The storage class to use when provisioning a persistent volume | string | `nil` | | fullnameOverride | | string | `""` | diff --git a/charts/celo/values.yaml b/charts/celo/values.yaml index 69e286b8..fde7ccd8 100644 --- a/charts/celo/values.yaml +++ b/charts/celo/values.yaml @@ -77,7 +77,7 @@ celo: # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage volumeClaimSpec: - accessModes: ["ReadWriteOnce"] + accessModes: ["ReadWriteOncePod"] # -- The storage class to use when provisioning a persistent volume storageClassName: resources: diff --git a/charts/erigon/Chart.yaml b/charts/erigon/Chart.yaml index e27e6700..5899ac93 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.10.7 +version: 0.11.0 # 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 b2d876b2..64f1f120 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.10.7](https://img.shields.io/badge/Version-0.10.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.60.8](https://img.shields.io/badge/AppVersion-2.60.8-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.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.60.8](https://img.shields.io/badge/AppVersion-2.60.8-informational?style=flat-square) ## Features @@ -187,7 +187,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | statefulNode.service.type | | string | `"ClusterIP"` | | statefulNode.terminationGracePeriodSeconds | Amount of time to wait before force-killing the Erigon process | int | `60` | | statefulNode.tolerations | | list | `[]` | - | statefulNode.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for Erigon storage | object | `{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"3Ti"}},"storageClassName":null}` | + | statefulNode.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for Erigon storage | object | `{"accessModes":["ReadWriteOncePod"],"resources":{"requests":{"storage":"3Ti"}},"storageClassName":null}` | | statefulNode.volumeClaimSpec.resources.requests.storage | The amount of disk space to provision for Erigon | string | `"3Ti"` | | statefulNode.volumeClaimSpec.storageClassName | The storage class to use when provisioning a persistent volume for Erigon | string | `nil` | diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index 0c7c55e4..d69889f8 100644 --- a/charts/erigon/values.yaml +++ b/charts/erigon/values.yaml @@ -87,7 +87,7 @@ statefulNode: # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for Erigon storage volumeClaimSpec: - accessModes: ["ReadWriteOnce"] + accessModes: ["ReadWriteOncePod"] # -- The storage class to use when provisioning a persistent volume for Erigon storageClassName: resources: diff --git a/charts/heimdall/Chart.yaml b/charts/heimdall/Chart.yaml index a949d7d3..287cfae1 100644 --- a/charts/heimdall/Chart.yaml +++ b/charts/heimdall/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: 1.2.4 +version: 1.3.0 # 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/heimdall/README.md b/charts/heimdall/README.md index 2a324172..3729d903 100644 --- a/charts/heimdall/README.md +++ b/charts/heimdall/README.md @@ -2,7 +2,7 @@ Deploy and scale [Heimdall](https://github.com/maticnetwork/heimdall) inside Kubernetes with ease -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.10](https://img.shields.io/badge/AppVersion-1.0.10-informational?style=flat-square) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.10](https://img.shields.io/badge/AppVersion-1.0.10-informational?style=flat-square) ## Features @@ -83,7 +83,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | heimdall.service.topologyAwareRouting.enabled | | bool | `false` | | heimdall.service.type | | string | `"ClusterIP"` | | heimdall.tolerations | | list | `[]` | - | heimdall.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for heimdall storage | object | `{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"300Gi"}},"storageClassName":null}` | + | heimdall.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for heimdall storage | object | `{"accessModes":["ReadWriteOncePod"],"resources":{"requests":{"storage":"300Gi"}},"storageClassName":null}` | | heimdall.volumeClaimSpec.resources.requests.storage | The amount of disk space to provision for Heimdall | string | `"300Gi"` | | heimdall.volumeClaimSpec.storageClassName | The storage class to use when provisioning a persistent volume for heimdall | string | `nil` | | nameOverride | | string | `""` | diff --git a/charts/heimdall/values.yaml b/charts/heimdall/values.yaml index 0ec64358..d8a1ba8d 100644 --- a/charts/heimdall/values.yaml +++ b/charts/heimdall/values.yaml @@ -86,7 +86,7 @@ heimdall: # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for heimdall storage volumeClaimSpec: - accessModes: ["ReadWriteOnce"] + accessModes: ["ReadWriteOncePod"] # -- The storage class to use when provisioning a persistent volume for heimdall storageClassName: resources: diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index 1361e5d8..d3f41c73 100644 --- a/charts/lighthouse/Chart.yaml +++ b/charts/lighthouse/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.10 +version: 0.6.0 # 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/lighthouse/README.md b/charts/lighthouse/README.md index f7f9c76e..0d44ebac 100644 --- a/charts/lighthouse/README.md +++ b/charts/lighthouse/README.md @@ -2,7 +2,7 @@ Deploy and scale [Lighthouse](https://github.com/sigp/lighthouse) 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.10](https://img.shields.io/badge/Version-0.5.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.3.0](https://img.shields.io/badge/AppVersion-v5.3.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.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.3.0](https://img.shields.io/badge/AppVersion-v5.3.0-informational?style=flat-square) ## Chart Features @@ -114,7 +114,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | lighthouse.service.type | | string | `"ClusterIP"` | | lighthouse.terminationGracePeriodSeconds | Amount of time to wait before force-killing the container | int | `60` | | lighthouse.tolerations | | list | `[]` | - | lighthouse.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage | object | `{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"300Gi"}},"storageClassName":null}` | + | lighthouse.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage | object | `{"accessModes":["ReadWriteOncePod"],"resources":{"requests":{"storage":"300Gi"}},"storageClassName":null}` | | lighthouse.volumeClaimSpec.resources.requests.storage | The amount of disk space to provision | string | `"300Gi"` | | lighthouse.volumeClaimSpec.storageClassName | The storage class to use when provisioning a persistent volume | string | `nil` | | nameOverride | | string | `""` | diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 748196ab..686fdcd4 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -89,7 +89,7 @@ lighthouse: # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage volumeClaimSpec: - accessModes: ["ReadWriteOnce"] + accessModes: ["ReadWriteOncePod"] # -- The storage class to use when provisioning a persistent volume storageClassName: resources: diff --git a/charts/nimbus/Chart.yaml b/charts/nimbus/Chart.yaml index e9d3f1fc..61387c00 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.18 +version: 0.6.0 # 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 8ebbae09..243b010d 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.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) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-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 @@ -137,7 +137,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | nimbus.trustedNodeSync.enabled | Enable init container to do a trusted checkpoint sync from another Consensus Client (be careful) | bool | `false` | | nimbus.trustedNodeSync.extraArgs | Additional CLI arguments | list | `[]` | | nimbus.trustedNodeSync.trustedNodeUrl | URL to the Trusted Consensus Client Node URL. See https://eth-clients.github.io/checkpoint-sync-endpoints/ | string | `""` | - | nimbus.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage | object | `{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"300Gi"}},"storageClassName":null}` | + | nimbus.volumeClaimSpec | [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage | object | `{"accessModes":["ReadWriteOncePod"],"resources":{"requests":{"storage":"300Gi"}},"storageClassName":null}` | | nimbus.volumeClaimSpec.resources.requests.storage | The amount of disk space to provision | string | `"300Gi"` | | nimbus.volumeClaimSpec.storageClassName | The storage class to use when provisioning a persistent volume | string | `nil` | | prometheus.serviceMonitors.enabled | Enable monitoring by creating `ServiceMonitor` CRDs ([prometheus-operator](https://github.com/prometheus-operator/prometheus-operator)) | bool | `false` | diff --git a/charts/nimbus/values.yaml b/charts/nimbus/values.yaml index b25234e8..7f781914 100644 --- a/charts/nimbus/values.yaml +++ b/charts/nimbus/values.yaml @@ -89,7 +89,7 @@ nimbus: # -- [PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#persistentvolumeclaimspec-v1-core) for storage volumeClaimSpec: - accessModes: ["ReadWriteOnce"] + accessModes: ["ReadWriteOncePod"] # -- The storage class to use when provisioning a persistent volume storageClassName: resources: diff --git a/charts/subgraph-radio/Chart.yaml b/charts/subgraph-radio/Chart.yaml index f039070c..ddb2092c 100644 --- a/charts/subgraph-radio/Chart.yaml +++ b/charts/subgraph-radio/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.2.14 +version: 0.3.0 # 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/subgraph-radio/README.md b/charts/subgraph-radio/README.md index 4eb6ff9c..75edd393 100644 --- a/charts/subgraph-radio/README.md +++ b/charts/subgraph-radio/README.md @@ -2,7 +2,7 @@ Deploy a Graphcast Subgraph Radio into your Kubernetes stack -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.2.14](https://img.shields.io/badge/Version-0.2.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.6](https://img.shields.io/badge/AppVersion-1.0.6-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.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.6](https://img.shields.io/badge/AppVersion-1.0.6-informational?style=flat-square) ## Introduction @@ -92,7 +92,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | string | `""` | | terminationGracePeriodSeconds | Amount of time to wait before force-killing the process | int | `10` | | tolerations | | list | `[]` | - | volumeClaimSpec.accessModes[0] | | string | `"ReadWriteOnce"` | + | volumeClaimSpec.accessModes[0] | | string | `"ReadWriteOncePod"` | | volumeClaimSpec.resources.requests.storage | The amount of disk space to provision | string | `"50Gi"` | | volumeClaimSpec.storageClassName | The storage class to use when provisioning a persistent volume | string | `""` | diff --git a/charts/subgraph-radio/values.yaml b/charts/subgraph-radio/values.yaml index 55937d58..d663b2af 100644 --- a/charts/subgraph-radio/values.yaml +++ b/charts/subgraph-radio/values.yaml @@ -8,7 +8,7 @@ fullnameOverride: "" imagePullSecrets: [] volumeClaimSpec: - accessModes: ["ReadWriteOnce"] + accessModes: ["ReadWriteOncePod"] # -- The storage class to use when provisioning a persistent volume storageClassName: "" resources: