Skip to content

Commit

Permalink
Bump up chart version to v2.10.0 (ScalarDB Server v3.13.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Jul 10, 2024
1 parent fdf8354 commit 6bf1c6c
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: ScalarDB server
type: application
version: 2.9.3
appVersion: 3.12.3
version: 2.10.0
appVersion: 3.13.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/scalardb/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scalardb

ScalarDB server
Current chart version is `2.9.3`
Current chart version is `2.10.0`

## Requirements

Expand Down Expand Up @@ -33,7 +33,7 @@ Current chart version is `2.9.3`
| 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 ScalarDB server. |
| scalardb.image.tag | string | `"3.12.3"` | Docker tag of the image. |
| scalardb.image.tag | string | `"3.13.0"` | 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.12.3
tag: 3.13.0

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

0 comments on commit 6bf1c6c

Please sign in to comment.