Skip to content

Commit 53f3d81

Browse files
committed
Bump up chart version to v1.7.6 (ScalarDB GraphQL v3.12.6)
1 parent 3068b1b commit 53f3d81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: charts/scalardb-graphql/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: scalardb-graphql
33
description: ScalarDB GraphQL server
44
type: application
5-
version: 1.7.5
6-
appVersion: 3.12.5
5+
version: 1.7.6
6+
appVersion: 3.12.6
77
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
88
keywords:
99
- scalardb

Diff for: charts/scalardb-graphql/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# scalardb-graphql
22

33
ScalarDB GraphQL server
4-
Current chart version is `1.7.5`
4+
Current chart version is `1.7.6`
55

66
## Values
77

@@ -14,7 +14,7 @@ Current chart version is `1.7.5`
1414
| grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
1515
| image.pullPolicy | string | `"IfNotPresent"` | Specify a image pulling policy. |
1616
| image.repository | string | `"ghcr.io/scalar-labs/scalardb-graphql"` | Docker image reposiory of ScalarDB GraphQL. |
17-
| image.tag | string | `"3.12.5"` | Docker tag of the image. |
17+
| image.tag | string | `"3.12.6"` | Docker tag of the image. |
1818
| imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
1919
| 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. |
2020
| ingress.className | string | `""` | The ingress class name. Specify "alb" for AWS Application Load Balancer. |

Diff for: charts/scalardb-graphql/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ image:
3939
# -- Specify a image pulling policy.
4040
pullPolicy: IfNotPresent
4141
# -- Docker tag of the image.
42-
tag: 3.12.5
42+
tag: 3.12.6
4343

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

0 commit comments

Comments
 (0)