From 2e20aeda38993af6fbe4c246f808b182a8a19ed2 Mon Sep 17 00:00:00 2001 From: kota2and3kan <47254383+kota2and3kan@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:06:54 +0900 Subject: [PATCH] Bump up chart version to v1.6.3 (ScalarDB GraphQL v3.11.3) --- charts/scalardb-graphql/Chart.yaml | 4 ++-- charts/scalardb-graphql/README.md | 4 ++-- charts/scalardb-graphql/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/scalardb-graphql/Chart.yaml b/charts/scalardb-graphql/Chart.yaml index 3d4c4736..e95d3203 100644 --- a/charts/scalardb-graphql/Chart.yaml +++ b/charts/scalardb-graphql/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: scalardb-graphql description: ScalarDB GraphQL server type: application -version: 1.6.2 -appVersion: 3.11.2 +version: 1.6.3 +appVersion: 3.11.3 icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg keywords: - scalardb diff --git a/charts/scalardb-graphql/README.md b/charts/scalardb-graphql/README.md index c1134c6c..8f4be8a8 100644 --- a/charts/scalardb-graphql/README.md +++ b/charts/scalardb-graphql/README.md @@ -1,7 +1,7 @@ # scalardb-graphql ScalarDB GraphQL server -Current chart version is `1.6.2` +Current chart version is `1.6.3` ## Values @@ -14,7 +14,7 @@ Current chart version is `1.6.2` | 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.11.2"` | Docker tag of the image. | +| image.tag | string | `"3.11.3"` | 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. | diff --git a/charts/scalardb-graphql/values.yaml b/charts/scalardb-graphql/values.yaml index b5b98553..60e3f8b5 100644 --- a/charts/scalardb-graphql/values.yaml +++ b/charts/scalardb-graphql/values.yaml @@ -39,7 +39,7 @@ image: # -- Specify a image pulling policy. pullPolicy: IfNotPresent # -- Docker tag of the image. - tag: 3.11.2 + tag: 3.11.3 # -- Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. imagePullSecrets: [name: reg-docker-secrets]