Skip to content

Commit

Permalink
Bump up chart version to v1.4.7 (ScalarDB GraphQL v3.9.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Oct 15, 2024
1 parent f7a1ac1 commit 4b61b44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/scalardb-graphql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: scalardb-graphql
description: ScalarDB GraphQL server
type: application
version: 1.4.6
appVersion: 3.9.6
version: 1.4.7
appVersion: 3.9.7
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
- scalardb
Expand Down
4 changes: 2 additions & 2 deletions charts/scalardb-graphql/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scalardb-graphql

ScalarDB GraphQL server
Current chart version is `1.4.6`
Current chart version is `1.4.7`

## Values

Expand All @@ -14,7 +14,7 @@ Current chart version is `1.4.6`
| grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
| image.pullPolicy | string | `"IfNotPresent"` | Specify a image pulling policy. |
| image.repository | string | `"ghcr.io/scalar-labs/scalardb-graphql"` | Docker image reposiory of ScalarDB GraphQL. |
| image.tag | string | `"3.9.6"` | Docker tag of the image. |
| image.tag | string | `"3.9.7"` | Docker tag of the image. |
| imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| ingress.annotations | object | `{"alb.ingress.kubernetes.io/healthcheck-path":"/graphql?query=%7B__typename%7D","alb.ingress.kubernetes.io/scheme":"internal","alb.ingress.kubernetes.io/target-group-attributes":"stickiness.enabled=true,stickiness.lb_cookie.duration_seconds=60","alb.ingress.kubernetes.io/target-type":"ip","nginx.ingress.kubernetes.io/affinity":"cookie","nginx.ingress.kubernetes.io/session-cookie-hash":"sha1","nginx.ingress.kubernetes.io/session-cookie-max-age":"300","nginx.ingress.kubernetes.io/session-cookie-name":"INGRESSCOOKIE","nginx.ingress.kubernetes.io/session-cookie-path":"/"}` | The class-specific annotations for the ingress resource. |
| ingress.className | string | `""` | The ingress class name. Specify "alb" for AWS Application Load Balancer. |
Expand Down
2 changes: 1 addition & 1 deletion charts/scalardb-graphql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ image:
# -- Specify a image pulling policy.
pullPolicy: IfNotPresent
# -- Docker tag of the image.
tag: 3.9.6
tag: 3.9.7

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

0 comments on commit 4b61b44

Please sign in to comment.