Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rollingupdate data from updatestrategy for nitro #77

Merged
merged 6 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nitro/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ maintainers:

type: application

version: 0.6.13
version: 0.6.14

appVersion: "v3.1.2-309340a"
1 change: 0 additions & 1 deletion charts/nitro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
3 changes: 0 additions & 3 deletions charts/nitro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading