Skip to content

Commit

Permalink
Bump up chart version to v2.10.1 (ScalarDL Schema Loader v3.9.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Jun 11, 2024
1 parent f5696be commit dfa9b89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/schema-loading/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: schema-loading
description: A schema loading tool for ScalarDL.
type: application
version: 2.10.0
appVersion: 3.9.0
version: 2.10.1
appVersion: 3.9.1
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/schema-loading/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# schema-loading

A schema loading tool for ScalarDL.
Current chart version is `2.10.0`
Current chart version is `2.10.1`

## Values

Expand All @@ -19,7 +19,7 @@ Current chart version is `2.10.0`
| schemaLoading.existingSecret | string | `""` | Name of existing secret to use for storing database username and password |
| schemaLoading.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
| schemaLoading.image.repository | string | `"ghcr.io/scalar-labs/scalardl-schema-loader"` | Docker image |
| schemaLoading.image.version | string | `"3.9.0"` | Docker tag |
| schemaLoading.image.version | string | `"3.9.1"` | Docker tag |
| schemaLoading.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| schemaLoading.password | string | `"cassandra"` | The password of the database. For Cosmos DB, please specify a key here. |
| schemaLoading.schemaType | string | `"ledger"` | Type of schema to apply (ledger or auditor). |
Expand Down
2 changes: 1 addition & 1 deletion charts/schema-loading/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ schemaLoading:
# -- Docker image
repository: ghcr.io/scalar-labs/scalardl-schema-loader
# -- Docker tag
version: 3.9.0
version: 3.9.1
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit dfa9b89

Please sign in to comment.