Skip to content

Commit 8240f9a

Browse files
committed
Bump up chart version to v2.11.2 (ScalarDL Schema Loader v3.10.1)
1 parent 28754e7 commit 8240f9a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: charts/schema-loading/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: schema-loading
33
description: A schema loading tool for ScalarDL.
44
type: application
5-
version: 2.11.1
6-
appVersion: 3.10.0
5+
version: 2.11.2
6+
appVersion: 3.10.1
77
deprecated: false
88
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
99
keywords:

Diff for: charts/schema-loading/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# schema-loading
22

33
A schema loading tool for ScalarDL.
4-
Current chart version is `2.11.1`
4+
Current chart version is `2.11.2`
55

66
## Values
77

@@ -19,7 +19,7 @@ Current chart version is `2.11.1`
1919
| schemaLoading.existingSecret | string | `""` | Name of existing secret to use for storing database username and password |
2020
| schemaLoading.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
2121
| schemaLoading.image.repository | string | `"ghcr.io/scalar-labs/scalardl-schema-loader"` | Docker image |
22-
| schemaLoading.image.version | string | `"3.10.0"` | Docker tag |
22+
| schemaLoading.image.version | string | `"3.10.1"` | Docker tag |
2323
| schemaLoading.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
2424
| schemaLoading.password | string | `"cassandra"` | The password of the database. For Cosmos DB, please specify a key here. |
2525
| schemaLoading.schemaType | string | `"ledger"` | Type of schema to apply (ledger or auditor). |

Diff for: charts/schema-loading/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ schemaLoading:
5353
# -- Docker image
5454
repository: ghcr.io/scalar-labs/scalardl-schema-loader
5555
# -- Docker tag
56-
version: 3.10.0
56+
version: 3.10.1
5757
# -- Specify a imagePullPolicy
5858
pullPolicy: IfNotPresent
5959

0 commit comments

Comments
 (0)