Skip to content

Commit

Permalink
chore(charts): update README for new domain instill-ai.dev (#1185)
Browse files Browse the repository at this point in the history
Because

- we are replacing `helm.instill.tech` with `helm.instill-ai.dev` to
cohere the new domain layout

This commit

- update charts' README docs accordingly
  • Loading branch information
pinglin authored Feb 25, 2025
1 parent dabd407 commit d0bc6e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- Data
sources:
- https://github.com/instill-ai/instill-core
home: "https://www.instill.tech"
home: "https://www.instill-ai.dev"
icon: https://artifacts.instill.tech/imgs/helm-core-logo.png
maintainers:
- name: Instill AI LTD
Expand Down
2 changes: 1 addition & 1 deletion charts/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Helm chart of Instill Core
Once Helm has been set up correctly, add the repo as follows:

```bash
helm repo add instill-ai https://helm.instill.tech
helm repo add instill-ai https://helm.instill-ai.dev
```

If you had already added this repo earlier, run `helm repo update` to retrieve
Expand Down
2 changes: 1 addition & 1 deletion charts/core/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Once Helm has been set up correctly, add the repo as follows:

```bash
helm repo add instill-ai https://helm.instill.tech
helm repo add instill-ai https://helm.instill-ai.dev
```

If you had already added this repo earlier, run `helm repo update` to retrieve
Expand Down

0 comments on commit d0bc6e6

Please sign in to comment.