Skip to content
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
4 changes: 2 additions & 2 deletions charts/das/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ maintainers:

type: application

version: 0.5.21
version: 0.6.0

appVersion: "v3.5.5-90ee45c"
appVersion: "v3.6.0-fc07dd2"
4 changes: 2 additions & 2 deletions charts/das/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Option | Description | Default
`data-availability.google-cloud-storage.access-token-file` | string Google Cloud Storage access token (JSON file path) | None
`data-availability.google-cloud-storage.bucket` | string Google Cloud Storage bucket | None
`data-availability.google-cloud-storage.discard-after-timeout` | discard data after its expiry timeout | None
`data-availability.google-cloud-storage.enable` | EXPERIMENTAL/unsupported - enable storage/retrieval of sequencer batch data from an Google Cloud Storage bucket | None
`data-availability.google-cloud-storage.enable` | EXPERIMENTAL/unsupported - enable storage/retrieval of sequencer batch data from a Google Cloud Storage bucket | None
`data-availability.google-cloud-storage.object-prefix` | string prefix to add to Google Cloud Storage objects | None
`data-availability.key.key-dir` | string the directory to read the bls keypair ('das_bls.pub' and 'das_bls') from; if using any of the DAS storage types exactly one of key-dir or priv-key must be specified | None
`data-availability.key.priv-key` | string the base64 BLS private key to use for signing DAS certificates; if using any of the DAS storage types exactly one of key-dir or priv-key must be specified | None
Expand Down Expand Up @@ -336,7 +336,7 @@ Option | Description | Default
`data-availability.rest-aggregator.wait-before-try-next` | duration time to wait until trying the next set of REST endpoints while waiting for a response; the next set of REST endpoints is determined by the strategy selected | `2s`
`data-availability.s3-storage.access-key` | string S3 access key | None
`data-availability.s3-storage.bucket` | string S3 bucket | None
`data-availability.s3-storage.discard-after-timeout` | discard data after its expiry timeout | None
`data-availability.s3-storage.discard-after-timeout` | this config option is deprecated | None
`data-availability.s3-storage.enable` | enable storage/retrieval of sequencer batch data from an AWS S3 bucket | None
`data-availability.s3-storage.object-prefix` | string prefix to add to S3 objects | None
`data-availability.s3-storage.region` | string S3 region | None
Expand Down
4 changes: 2 additions & 2 deletions 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.33
version: 0.7.0

appVersion: "v3.5.5-90ee45c"
appVersion: "v3.6.0-fc07dd2"
Loading