Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update repo to databendlabs #109

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install BendSQL
shell: bash
run: |
sudo curl -L -o /etc/apt/sources.list.d/datafuselabs.sources https://repo.databend.com/deb/datafuselabs.sources
sudo curl -L -o /etc/apt/sources.list.d/databend.sources https://repo.databend.com/deb/databend.sources
sudo apt-get update
sudo apt-get install -y bendsql
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Helm Charts

[Databend](https://github.com/datafuselabs/databend) -- the open source Elastic and Scalable Modern Cloud Data Warehouse.
[Databend](https://github.com/databendlabs/databend) -- the open source Elastic and Scalable Modern Cloud Data Warehouse.

Databend Helm charts provide the installation of [Databend](https://github.com/datafuselabs/databend) components for kubernetes.
Databend Helm charts provide the installation of [Databend](https://github.com/databendlabs/databend) components for kubernetes.

### Charts

- [Databend Meta Helm Chart](charts/databend-meta)
- [Databend Query Helm Chart](charts/databend-query)
2 changes: 1 addition & 1 deletion charts/databend-meta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: https://databend.com/img/favicon.svg
home: https://databend.com
maintainers:
- name: cloud.dev
email: cloud.dev@datafuselabs.com
email: cloud.dev@databend.com
url: https://databend.com
keywords:
- olap
Expand Down
2 changes: 1 addition & 1 deletion charts/databend-query/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: https://databend.com/img/favicon.svg
home: https://databend.com
maintainers:
- name: cloud.dev
email: cloud.dev@datafuselabs.com
email: cloud.dev@databend.com
url: https://databend.com
keywords:
- olap
Expand Down