diff --git a/charts/nitro/Chart.yaml b/charts/nitro/Chart.yaml index 1494948..242f0f4 100644 --- a/charts/nitro/Chart.yaml +++ b/charts/nitro/Chart.yaml @@ -7,6 +7,6 @@ maintainers: type: application -version: 0.6.13 +version: 0.6.14 appVersion: "v3.1.2-309340a" diff --git a/charts/nitro/README.md b/charts/nitro/README.md index fb056b4..305a4dc 100644 --- a/charts/nitro/README.md +++ b/charts/nitro/README.md @@ -90,7 +90,6 @@ helm install xai offchainlabs/nitro -f values.yaml | `startupProbe.periodSeconds` | Number of seconds between startup probes | `1` | | `startupProbe.command` | Command to run for the startup probe. If empty, the built in probe will be used | `""` | | `updateStrategy.type` | Update strategy type | `RollingUpdate` | -| `updateStrategy.rollingUpdate.partition` | Partition to update | `0` | | `persistence.enabled` | Enable persistence | `true` | | `persistence.size` | Size of the persistent volume claim | `500Gi` | | `persistence.storageClassName` | Storage class of the persistent volume claim | `nil` | diff --git a/charts/nitro/values.yaml b/charts/nitro/values.yaml index a04e65f..3ff2e57 100644 --- a/charts/nitro/values.yaml +++ b/charts/nitro/values.yaml @@ -40,11 +40,8 @@ startupProbe: command: "" ## @param updateStrategy.type Update strategy type -## @param updateStrategy.rollingUpdate.partition Partition to update updateStrategy: type: RollingUpdate - rollingUpdate: - partition: 0 ## @param persistence.enabled Enable persistence ## @param persistence.size Size of the persistent volume claim