Skip to content

Commit

Permalink
chore: update repo to databendlabs
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Sep 27, 2024
1 parent 0817974 commit bf094c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
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

0 comments on commit bf094c5

Please sign in to comment.