From 207f725716e917015e7871d304d618d2dcbe5e1c Mon Sep 17 00:00:00 2001 From: everpcpc Date: Tue, 18 Jul 2023 16:12:50 +0800 Subject: [PATCH] chore: upgrade appVersion to v1.2.15-nightly (#74) --- charts/databend-meta/Chart.yaml | 4 ++-- charts/databend-query/Chart.yaml | 4 ++-- charts/databend-query/templates/configmap.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/databend-meta/Chart.yaml b/charts/databend-meta/Chart.yaml index a66757a..bb34bce 100644 --- a/charts/databend-meta/Chart.yaml +++ b/charts/databend-meta/Chart.yaml @@ -26,13 +26,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0 +version: 0.7.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.1.26-nightly" +appVersion: "v1.2.15-nightly" dependencies: - name: common diff --git a/charts/databend-query/Chart.yaml b/charts/databend-query/Chart.yaml index dcd46cb..28783b1 100644 --- a/charts/databend-query/Chart.yaml +++ b/charts/databend-query/Chart.yaml @@ -25,13 +25,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0 +version: 0.7.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.1.30-nightly" +appVersion: "v1.2.15-nightly" dependencies: - name: common diff --git a/charts/databend-query/templates/configmap.yaml b/charts/databend-query/templates/configmap.yaml index 383e224..337c3e6 100644 --- a/charts/databend-query/templates/configmap.yaml +++ b/charts/databend-query/templates/configmap.yaml @@ -56,7 +56,7 @@ data: client_timeout_in_second = {{ .Values.config.meta.clientTimeoutInSecond | default 60 }} [storage] - storage_type = {{ $storageType | quote }} + type = {{ $storageType | quote }} allow_insecure = {{ .Values.config.storage.allow_insecure | default false }} {{- if eq $storageType "s3"}}