From 9ce833b66abb812c417ff7bd684673ec1f2e2530 Mon Sep 17 00:00:00 2001 From: liyang Date: Mon, 28 Oct 2024 12:19:36 +0800 Subject: [PATCH] style(greptimedb-standalone): Remove extra spaces in credentials --- charts/greptimedb-standalone/Chart.yaml | 2 +- charts/greptimedb-standalone/README.md | 2 +- charts/greptimedb-standalone/values.yaml | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/greptimedb-standalone/Chart.yaml b/charts/greptimedb-standalone/Chart.yaml index 165e1e3..f89750b 100644 --- a/charts/greptimedb-standalone/Chart.yaml +++ b/charts/greptimedb-standalone/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: greptimedb-standalone description: A Helm chart for deploying standalone greptimedb type: application -version: 0.1.26 +version: 0.1.27 appVersion: 0.9.5 home: https://github.com/GreptimeTeam/greptimedb sources: diff --git a/charts/greptimedb-standalone/README.md b/charts/greptimedb-standalone/README.md index aeec577..a2d89c4 100644 --- a/charts/greptimedb-standalone/README.md +++ b/charts/greptimedb-standalone/README.md @@ -2,7 +2,7 @@ A Helm chart for deploying standalone greptimedb -![Version: 0.1.26](https://img.shields.io/badge/Version-0.1.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.5](https://img.shields.io/badge/AppVersion-0.9.5-informational?style=flat-square) +![Version: 0.1.27](https://img.shields.io/badge/Version-0.1.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.5](https://img.shields.io/badge/AppVersion-0.9.5-informational?style=flat-square) ## Source Code - https://github.com/GreptimeTeam/greptimedb diff --git a/charts/greptimedb-standalone/values.yaml b/charts/greptimedb-standalone/values.yaml index 6ada5c3..8df8011 100644 --- a/charts/greptimedb-standalone/values.yaml +++ b/charts/greptimedb-standalone/values.yaml @@ -41,21 +41,21 @@ dataHome: "/data/greptimedb/" # -- Configure to object storage objectStorage: - # credentials: - # # AWS or AliCloud cloudProvider accessKeyID - # accessKeyId: "you-should-set-the-access-key-id-here" +# credentials: +# # AWS or AliCloud cloudProvider accessKeyID +# accessKeyId: "you-should-set-the-access-key-id-here" - # # AWS cloudProvider secretAccessKey - # secretAccessKey: "you-should-set-the-secret-access-key-here" +# # AWS cloudProvider secretAccessKey +# secretAccessKey: "you-should-set-the-secret-access-key-here" - # # AliCloud cloudProvider secretAccessKey - # accessKeySecret: "you-should-set-the-access-key-secret-here" +# # AliCloud cloudProvider secretAccessKey +# accessKeySecret: "you-should-set-the-access-key-secret-here" - # # GCP cloudProvider serviceAccountKey JSON-formatted base64 value - # serviceAccountKey: "you-should-set-the-base64-service-account-key-here" +# # GCP cloudProvider serviceAccountKey JSON-formatted base64 value +# serviceAccountKey: "you-should-set-the-base64-service-account-key-here" - # # Set the existing secret to get the key's of cloudProvider - # existingSecretName: "" +# # Set the existing secret to get the key's of cloudProvider +# existingSecretName: "" # configure to use s3 storage s3: {}