diff --git a/charts/scalardl/Chart.yaml b/charts/scalardl/Chart.yaml index 9c1960c9..e763bfa3 100644 --- a/charts/scalardl/Chart.yaml +++ b/charts/scalardl/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: scalardl description: Scalar DL is a tamper-evident and scalable distributed database. type: application -version: 3.1.3 -appVersion: 3.1.1 +version: 3.1.4 +appVersion: 3.1.2 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 640ecc7a..2c16ad8f 100644 --- a/charts/scalardl/README.md +++ b/charts/scalardl/README.md @@ -1,7 +1,7 @@ # scalardl Scalar DL is a tamper-evident and scalable distributed database. -Current chart version is `3.1.2` +Current chart version is `3.1.4` ## Requirements @@ -53,7 +53,7 @@ Current chart version is `3.1.2` | 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.1.1"` | Docker tag | +| ledger.image.version | string | `"3.1.2"` | Docker tag | | ledger.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. | | ledger.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint | | ledger.podSecurityContext | object | `{}` | PodSecurityContext holds pod-level security attributes and common container settings | diff --git a/charts/scalardl/values.yaml b/charts/scalardl/values.yaml index 170530e1..2536cd4e 100644 --- a/charts/scalardl/values.yaml +++ b/charts/scalardl/values.yaml @@ -144,7 +144,7 @@ ledger: # -- Docker image repository: ghcr.io/scalar-labs/scalar-ledger # -- Docker tag - version: 3.1.1 + version: 3.1.2 # -- Specify a imagePullPolicy pullPolicy: IfNotPresent