Skip to content

Commit

Permalink
chore: upgrade appVersion to v1.2.15-nightly (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Jul 18, 2023
1 parent c2f38f5 commit 207f725
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/databend-meta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/databend-query/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/databend-query/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand Down

0 comments on commit 207f725

Please sign in to comment.