Skip to content

Commit 8d3eb02

Browse files
committed
Bump up chart version to v4.11.1 (ScalarDL Ledger v3.12.1)
1 parent a14f91f commit 8d3eb02

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/scalardl/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: scalardl
33
description: ScalarDL is a tamper-evident and scalable distributed database.
44
type: application
5-
version: 4.11.0
6-
appVersion: 3.12.0
5+
version: 4.11.1
6+
appVersion: 3.12.1
77
deprecated: false
88
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
99
keywords:

charts/scalardl/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# scalardl
22

33
ScalarDL is a tamper-evident and scalable distributed database.
4-
Current chart version is `4.11.0`
4+
Current chart version is `4.11.1`
55

66
## Requirements
77

@@ -26,9 +26,9 @@ Current chart version is `4.11.0`
2626
| envoy.service.ports.envoy.targetPort | int | `50051` | envoy k8s internal name |
2727
| envoy.service.type | string | `"ClusterIP"` | service types in kubernetes |
2828
| fullnameOverride | string | `""` | String to fully override scalardl.fullname template |
29-
| global.azure | object | `{"images":{"envoy":{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"},"scalardlLedger":{"image":"scalardl-ledger-azure-payg","registry":"scalar.azurecr.io","tag":"3.12.0"}}}` | Azure Marketplace specific configurations. |
29+
| global.azure | object | `{"images":{"envoy":{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"},"scalardlLedger":{"image":"scalardl-ledger-azure-payg","registry":"scalar.azurecr.io","tag":"3.12.1"}}}` | Azure Marketplace specific configurations. |
3030
| global.azure.images.envoy | object | `{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"}` | Container image of Envoy for Azure Marketplace. |
31-
| global.azure.images.scalardlLedger | object | `{"image":"scalardl-ledger-azure-payg","registry":"scalar.azurecr.io","tag":"3.12.0"}` | Container image of ScalarDL Ledger for Azure Marketplace. |
31+
| global.azure.images.scalardlLedger | object | `{"image":"scalardl-ledger-azure-payg","registry":"scalar.azurecr.io","tag":"3.12.1"}` | Container image of ScalarDL Ledger for Azure Marketplace. |
3232
| global.platform | string | `""` | Specify the platform that you use. This configuration is for internal use. |
3333
| ledger.affinity | object | `{}` | the affinity/anti-affinity feature, greatly expands the types of constraints you can express |
3434
| ledger.existingSecret | string | `""` | Name of existing secret to use for storing database username and password |
@@ -38,7 +38,7 @@ Current chart version is `4.11.0`
3838
| ledger.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
3939
| ledger.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
4040
| ledger.image.repository | string | `"ghcr.io/scalar-labs/scalardl-ledger"` | Docker image |
41-
| ledger.image.version | string | `"3.12.0"` | Docker tag |
41+
| ledger.image.version | string | `"3.12.1"` | Docker tag |
4242
| ledger.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
4343
| 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. |
4444
| ledger.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |

charts/scalardl/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
images:
1111
# -- Container image of ScalarDL Ledger for Azure Marketplace.
1212
scalardlLedger:
13-
tag: "3.12.0"
13+
tag: "3.12.1"
1414
image: "scalardl-ledger-azure-payg"
1515
registry: "scalar.azurecr.io"
1616
# -- Container image of Envoy for Azure Marketplace.
@@ -127,7 +127,7 @@ ledger:
127127
# -- Docker image
128128
repository: ghcr.io/scalar-labs/scalardl-ledger
129129
# -- Docker tag
130-
version: 3.12.0
130+
version: 3.12.1
131131
# -- Specify a imagePullPolicy
132132
pullPolicy: IfNotPresent
133133

0 commit comments

Comments
 (0)