From 907bb84c6c1d5adcf410dc8951515e6159698e5a Mon Sep 17 00:00:00 2001 From: kota2and3kan <47254383+kota2and3kan@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:34:07 +0900 Subject: [PATCH] Bump up chart version to v4.6.4 (ScalarDL Ledger v3.8.4) --- charts/scalardl/Chart.yaml | 4 ++-- charts/scalardl/README.md | 4 ++-- charts/scalardl/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/scalardl/Chart.yaml b/charts/scalardl/Chart.yaml index 2a280e88..9dad9146 100644 --- a/charts/scalardl/Chart.yaml +++ b/charts/scalardl/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: scalardl description: ScalarDL is a tamper-evident and scalable distributed database. type: application -version: 4.6.3 -appVersion: 3.8.3 +version: 4.6.4 +appVersion: 3.8.4 deprecated: false icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg keywords: diff --git a/charts/scalardl/README.md b/charts/scalardl/README.md index 6e5f273d..0f5562b9 100644 --- a/charts/scalardl/README.md +++ b/charts/scalardl/README.md @@ -1,7 +1,7 @@ # scalardl ScalarDL is a tamper-evident and scalable distributed database. -Current chart version is `4.6.3` +Current chart version is `4.6.4` ## Requirements @@ -34,7 +34,7 @@ Current chart version is `4.6.3` | 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.3"` | Docker tag | +| ledger.image.version | string | `"3.8.4"` | 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 | diff --git a/charts/scalardl/values.yaml b/charts/scalardl/values.yaml index 8f239197..d01f0ebb 100644 --- a/charts/scalardl/values.yaml +++ b/charts/scalardl/values.yaml @@ -110,7 +110,7 @@ ledger: # -- Docker image repository: ghcr.io/scalar-labs/scalar-ledger # -- Docker tag - version: 3.8.3 + version: 3.8.4 # -- Specify a imagePullPolicy pullPolicy: IfNotPresent