Skip to content

Commit 781ea52

Browse files
authored
Merge pull request #786 from Huang-Wei/update-helm-index
2 parents 18005b5 + cd8e9f0 commit 781ea52

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

manifests/install/charts/as-a-second-scheduler/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ Quick start instructions for the setup and configuration of as-a-second-schedule
2323

2424
#### Install chart using Helm v3.0+
2525

26+
> 🆕 Starting v0.28, Helm charts are hosted on https://scheduler-plugins.sigs.k8s.io
27+
2628
```bash
2729
$ git clone [email protected]:kubernetes-sigs/scheduler-plugins.git
2830
$ cd scheduler-plugins/manifests/install/charts
29-
$ helm install scheduler-plugins as-a-second-scheduler/ --create-namespace --namespace scheduler-plugins
31+
$ helm install --repo https://scheduler-plugins.sigs.k8s.io scheduler-plugins scheduler-plugins
3032
```
3133

3234
#### Verify that scheduler and plugin-controller pod are running properly.

site/content/en/docs/user-guide/installing-the-chart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ Quick start instructions for the setup and configuration of as-a-second-schedule
2626

2727
### Installing the chart
2828

29+
> 🆕 Starting v0.28, Helm charts are hosted on https://scheduler-plugins.sigs.k8s.io
30+
2931
#### Install chart using Helm v3.0+
3032

3133
```bash
3234
$ git clone [email protected]:kubernetes-sigs/scheduler-plugins.git
3335
$ cd scheduler-plugins/manifests/install/charts
34-
$ helm install scheduler-plugins as-a-second-scheduler/ --create-namespace --namespace scheduler-plugins
36+
$ helm install --repo https://scheduler-plugins.sigs.k8s.io scheduler-plugins scheduler-plugins
3537
```
3638

3739
#### Verify that scheduler and plugin-controller pod are running properly.

site/static/index.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apiVersion: v1
22
entries:
33
scheduler-plugins:
44
- apiVersion: v2
5-
appVersion: 0.28.8
6-
created: "2024-05-15T01:12:05.511605+08:00"
5+
appVersion: 0.29.7
6+
created: "2024-07-29T15:54:48.355364-07:00"
77
description: deploy scheduler plugin as a second scheduler in cluster
8-
digest: d6e8af47272a285fb2feb59b3aae9207750285d876504039e0cfd65f71ae5f9b
8+
digest: 728fd4f18759fb8d154f3fb531d8bbc9488df8f58052a6427f9bf068769cab28
99
name: scheduler-plugins
1010
type: application
1111
urls:
12-
- https://github.com/kubernetes-sigs/scheduler-plugins/releases/download/v0.28.9/scheduler-plugins-0.28.9.tgz
13-
version: 0.28.8
14-
generated: "2024-05-15T01:12:05.511057+08:00"
12+
- https://scheduler-plugins.sigs.k8s.io/scheduler-plugins-0.29.7.tgz
13+
version: 0.29.7
14+
generated: "2024-07-29T15:54:48.354857-07:00"

0 commit comments

Comments
 (0)