Skip to content

Commit

Permalink
Bump up chart version to v2.5.7 (ScalarDB Server v3.8.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Jul 4, 2024
1 parent 915cf24 commit ba39582
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/scalardb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: scalardb
description: Scalar DB server
type: application
version: 2.5.6
appVersion: 3.8.6
version: 2.5.7
appVersion: 3.8.7
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/scalardb/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scalardb

Scalar DB server
Current chart version is `2.5.6`
Current chart version is `2.5.7`

## Requirements

Expand Down Expand Up @@ -31,7 +31,7 @@ Current chart version is `2.5.6`
| scalardb.grafanaDashboard.namespace | string | `"monitoring"` | Which namespace grafana dashboard is located. by default monitoring. |
| scalardb.image.pullPolicy | string | `"IfNotPresent"` | Specify a image pulling policy. |
| scalardb.image.repository | string | `"ghcr.io/scalar-labs/scalardb-server"` | Docker image reposiory of Scalar DB server. |
| scalardb.image.tag | string | `"3.8.6"` | Docker tag of the image. |
| scalardb.image.tag | string | `"3.8.7"` | Docker tag of the image. |
| scalardb.imagePullSecrets | list | `[]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| scalardb.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint. |
| scalardb.podAnnotations | object | `{}` | Pod annotations for the scalardb deployment |
Expand Down
2 changes: 1 addition & 1 deletion charts/scalardb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ scalardb:
# -- Specify a image pulling policy.
pullPolicy: IfNotPresent
# -- Docker tag of the image.
tag: 3.8.6
tag: 3.8.7

# -- Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
imagePullSecrets: []
Expand Down

0 comments on commit ba39582

Please sign in to comment.