Skip to content

Commit

Permalink
Bump up schema loading version to 2.1.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Sep 30, 2021
1 parent 145ff1c commit 4805dc2
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 Scalar DL.
type: application
version: 2.0.0
appVersion: 3.0.0
version: 2.1.0
appVersion: 3.1.0
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 Scalar DL.
Current chart version is `2.0.0`
Current chart version is `2.1.0`

## Values

Expand All @@ -17,7 +17,7 @@ Current chart version is `2.0.0`
| schemaLoading.existingSecret | string | `nil` | 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.0.0"` | Docker tag |
| schemaLoading.image.version | string | `"3.1.0"` | 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 @@ -26,7 +26,7 @@ schemaLoading:
# -- Docker image
repository: ghcr.io/scalar-labs/scalardl-schema-loader
# -- Docker tag
version: 3.0.0
version: 3.1.0
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 4805dc2

Please sign in to comment.