Skip to content

Commit a9a1ca2

Browse files
committed
Bump up chart version to v2.10.7 (ScalarDL Schema Loader v3.9.7)
1 parent 33cb69b commit a9a1ca2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/schema-loading/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.10.6
6-
appVersion: 3.9.6
5+
version: 2.10.7
6+
appVersion: 3.9.7
77
deprecated: false
88
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
99
keywords:

charts/schema-loading/README.md

Lines changed: 2 additions & 2 deletions
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.10.6`
4+
Current chart version is `2.10.7`
55

66
## Values
77

@@ -19,7 +19,7 @@ Current chart version is `2.10.6`
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.9.6"` | Docker tag |
22+
| schemaLoading.image.version | string | `"3.9.7"` | 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). |

charts/schema-loading/values.yaml

Lines changed: 1 addition & 1 deletion
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.9.6
56+
version: 3.9.7
5757
# -- Specify a imagePullPolicy
5858
pullPolicy: IfNotPresent
5959

0 commit comments

Comments
 (0)