Skip to content

Commit 83c4028

Browse files
committed
chore: Remove rendered sample chart, update name to reflect new organization
1 parent 1a1eda8 commit 83c4028

File tree

3 files changed

+6
-148
lines changed

3 files changed

+6
-148
lines changed

chart.yaml

Lines changed: 0 additions & 142 deletions
This file was deleted.

charts/triton-inference-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ For Triton Inference Server documentation please see [https://github.com/triton-
1010

1111
## Installing the Chart
1212

13-
First add the ClowdHaus repository to Helm:
13+
First add the accelerated-containers repository to Helm:
1414

1515
```bash
16-
helm repo add clowdhaus https://clowdhaus.github.io/helm-charts
16+
helm repo add accelerated-containers https://accelerated-containers.github.io/helm-charts/
1717
```
1818

1919
To install the chart with the release name `triton-inference-server` in the `triton` namespace and default configuration:
@@ -22,7 +22,7 @@ To install the chart with the release name `triton-inference-server` in the `tri
2222
helm install triton-inference-server \
2323
--namespace triton \
2424
--create-namespace \
25-
clowdhaus/triton-inference-server
25+
accelerated-containers/triton-inference-server
2626
```
2727

2828
## Values

charts/triton-inference-server/README.md.gotmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ For Triton Inference Server documentation please see [https://github.com/triton-
99

1010
## Installing the Chart
1111

12-
First add the ClowdHaus repository to Helm:
12+
First add the accelerated-containers repository to Helm:
1313

1414
```bash
15-
helm repo add clowdhaus https://clowdhaus.github.io/helm-charts
15+
helm repo add accelerated-containers https://accelerated-containers.github.io/helm-charts/
1616
```
1717

1818
To install the chart with the release name `triton-inference-server` in the `triton` namespace and default configuration:
@@ -21,7 +21,7 @@ To install the chart with the release name `triton-inference-server` in the `tri
2121
helm install triton-inference-server \
2222
--namespace triton \
2323
--create-namespace \
24-
clowdhaus/triton-inference-server
24+
accelerated-containers/triton-inference-server
2525
```
2626

2727
{{ template "chart.requirementsSection" . }}

0 commit comments

Comments
 (0)