Skip to content

Commit

Permalink
Bump up chart version to v4.6.1 (ScalarDL Ledger v3.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Jul 3, 2024
1 parent c49764e commit e3889c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/scalardl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: scalardl
description: ScalarDL is a tamper-evident and scalable distributed database.
type: application
version: 4.6.0
appVersion: 3.8.0
version: 4.6.1
appVersion: 3.8.1
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/scalardl/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scalardl

ScalarDL is a tamper-evident and scalable distributed database.
Current chart version is `4.6.0`
Current chart version is `4.6.1`

## Requirements

Expand Down Expand Up @@ -34,7 +34,7 @@ Current chart version is `4.6.0`
| ledger.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
| ledger.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
| ledger.image.repository | string | `"ghcr.io/scalar-labs/scalar-ledger"` | Docker image |
| ledger.image.version | string | `"3.8.0"` | Docker tag |
| ledger.image.version | string | `"3.8.1"` | Docker tag |
| ledger.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| ledger.ledgerProperties | string | The default minimum necessary values of ledger.properties are set. You can overwrite it with your own ledger.properties. | The ledger.properties is created based on the values of ledger.scalarLedgerConfiguration by default. If you want to customize ledger.properties, you can override this value with your ledger.properties. |
| ledger.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |
Expand Down
2 changes: 1 addition & 1 deletion charts/scalardl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ledger:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-ledger
# -- Docker tag
version: 3.8.0
version: 3.8.1
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit e3889c3

Please sign in to comment.