Skip to content

Commit d9ba382

Browse files
authored
chore: update name of the chart repo in README (#104)
1 parent 1e5a5c1 commit d9ba382

24 files changed

+41
-41
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Charts
2-
[Helm](https://github.com/helm/helm) Charts for Open Data Platform
2+
[Helm](https://github.com/helm/helm) Charts for Raystack Foundation
33

4-
Charts are curated application definitions for [Helm](https://github.com/helm/helm). Use this repository to submit official Open Data Platform helm Charts. For more information about installing and using Helm, see it's `README.md`.
4+
Charts are curated application definitions for [Helm](https://github.com/helm/helm). Use this repository to submit official Raystack Foundation helm Charts. For more information about installing and using Helm, see it's `README.md`.
55

66
## TL;DR
77

88
```bash
9-
$ helm repo add odpf https://odpf.github.io/charts/
10-
$ helm search repo odpf
11-
$ helm install my-release odpf/<chart>
9+
$ helm repo add raystack https://raystack.github.io/charts/
10+
$ helm search repo raystack
11+
$ helm install my-release raystack/<chart>
1212
```
1313

1414
## Repository Structure
1515

16-
This repository contains the source for the packaged and versioned charts (released in the [Github Pages](https://odpf.github.io/charts/)).
17-
The Charts in the `stable/` directory in the main branch match the latest packaged Chart in the [Chart Repository](https://odpf.github.io/charts/).
16+
This repository contains the source for the packaged and versioned charts (released in the [Github Pages](https://raystack.github.io/charts/)).
17+
The Charts in the `stable/` directory in the main branch match the latest packaged Chart in the [Chart Repository](https://raystack.github.io/charts/).
1818
There may be previous versions of a Chart available in the Chart Repository.
1919

2020
The purpose of this repository is to provide a place for maintaining and contributing official Charts, with CI processes in place for managing the releasing of Charts into the Chart Repository.
@@ -23,21 +23,21 @@ Stable Charts meet the criteria in the technical requirements.
2323

2424
## Usage
2525

26-
Once you have installed the Helm client on your kubernetes cluster, you can deploy a ODPF Helm Chart into a Kubernetes cluster.
26+
Once you have installed the Helm client on your kubernetes cluster, you can deploy a Raystack Helm Chart into a Kubernetes cluster.
2727

2828
Please refer to the [Quick Start guide](https://helm.sh/docs/intro/quickstart/) if you wish to get running in just a few commands, otherwise the [Using Helm Guide](https://helm.sh/docs/intro/using_helm/) provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
2929

30-
Helm Repo URL: `https://odpf.github.io/charts/`
30+
Helm Repo URL: `https://raystack.github.io/charts/`
3131

3232
```bash
33-
# To add ODPF Helm repo
34-
$ helm repo add odpf https://odpf.github.io/charts/
33+
# To add Raystack Helm repo
34+
$ helm repo add raystack https://raystack.github.io/charts/
3535

3636
# To list all the charts in the repo
37-
$ helm search repo odpf
37+
$ helm search repo raystack
3838

3939
# To install any searched chart
40-
$ helm install my-release odpf/<chart>
40+
$ helm install my-release raystack/<chart>
4141
```
4242

4343
## Contributing a Chart

stable/columbus/Chart.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: app
3-
repository: https://odpf.github.io/charts/
3+
repository: https://raystack.github.io/charts/
44
version: 0.2.0
55
digest: sha256:2ff34dae9ff485fa30837e5777b90251e033662775ca37dcd30943472f1ea840
66
generated: "2021-12-21T11:42:20.895938+07:00"

stable/columbus/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ appVersion: "0.1.8"
77
dependencies:
88
- name: app
99
version: "0.2.0"
10-
repository: "https://odpf.github.io/charts/"
10+
repository: "https://raystack.github.io/charts/"

stable/columbus/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install [helm3](https://helm.sh/docs/intro/install/#helm)
1717
* Add the odpf charts repo
1818

1919
```bash
20-
$ helm repo add odpf https://odpf.github.io/charts/
20+
$ helm repo add odpf https://raystack.github.io/charts/
2121
```
2222

2323
* Install it with Helm 3

stable/compass/Chart.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: app
3-
repository: https://odpf.github.io/charts/
3+
repository: https://raystack.github.io/charts/
44
version: 0.4.2
55
digest: sha256:5f0def8abcf2a1a197cbb9a63e06fb5076e34635b398011ce253dc84b5af3f75
66
generated: "2022-10-27T16:42:43.502785+07:00"

stable/compass/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ appVersion: "0.3.0"
77
dependencies:
88
- name: app
99
version: "0.4.2"
10-
repository: "https://odpf.github.io/charts/"
10+
repository: "https://raystack.github.io/charts/"

stable/compass/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install [helm3](https://helm.sh/docs/intro/install/#helm)
1717
* Add the odpf charts repo
1818

1919
```bash
20-
$ helm repo add odpf https://odpf.github.io/charts/
20+
$ helm repo add odpf https://raystack.github.io/charts/
2121
```
2222

2323
* Install it with Helm 3

stable/dex/Chart.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: app
3-
repository: https://odpf.github.io/charts/
3+
repository: https://raystack.github.io/charts/
44
version: 0.4.0
55
digest: sha256:e2d509925ddf8581f7b2a65bf0a37187ed8fde3a50d3e386a442ad34c60f8795
66
generated: "2022-09-19T10:35:48.90955+05:30"

stable/dex/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ appVersion: 0.1.1
77
dependencies:
88
- name: app
99
version: "0.4.0"
10-
repository: "https://odpf.github.io/charts/"
10+
repository: "https://raystack.github.io/charts/"

stable/dex/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install [helm3](https://helm.sh/docs/intro/install/#helm)
1717
- Add the odpf charts repo
1818

1919
```bash
20-
$ helm repo add odpf https://odpf.github.io/charts/
20+
$ helm repo add odpf https://raystack.github.io/charts/
2121
```
2222

2323
- Install it with Helm 3

stable/entropy/Chart.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: app
3-
repository: https://odpf.github.io/charts/
3+
repository: https://raystack.github.io/charts/
44
version: 0.3.4
55
digest: sha256:41e9a8f47c6ad186219e24592ea05bb3d556474fdd2b088240901b978da3a8d3
66
generated: "2022-06-17T12:16:20.299783+05:30"

stable/entropy/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ appVersion: 0.1.0
77
dependencies:
88
- name: app
99
version: "0.3.4"
10-
repository: "https://odpf.github.io/charts/"
10+
repository: "https://raystack.github.io/charts/"

stable/entropy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install [helm3](https://helm.sh/docs/intro/install/#helm)
1717
- Add the odpf charts repo
1818

1919
```bash
20-
$ helm repo add odpf https://odpf.github.io/charts/
20+
$ helm repo add odpf https://raystack.github.io/charts/
2121
```
2222

2323
- Install it with Helm 3

stable/firehose/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install [helm3](https://helm.sh/docs/intro/install/#helm)
1717
* Add the odpf charts repo
1818

1919
```bash
20-
$ helm repo add odpf https://odpf.github.io/charts/
20+
$ helm repo add odpf https://raystack.github.io/charts/
2121
```
2222

2323
* Install it with Helm 3

stable/guardian/Chart.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: app
3-
repository: https://odpf.github.io/charts/
3+
repository: https://raystack.github.io/charts/
44
version: 0.4.0
55
digest: sha256:e2d509925ddf8581f7b2a65bf0a37187ed8fde3a50d3e386a442ad34c60f8795
66
generated: "2022-08-07T00:34:15.181033+05:30"

stable/guardian/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ appVersion: "0.3.0"
2626
dependencies:
2727
- name: app
2828
version: "0.4.0"
29-
repository: "https://odpf.github.io/charts/"
29+
repository: "https://raystack.github.io/charts/"

stable/guardian/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| https://odpf.github.io/charts/ | app | 0.4.0 |
11+
| https://raystack.github.io/charts/ | app | 0.4.0 |
1212

1313
## Values
1414

stable/raccoon/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This chart runs [Raccoon](https://github.com/odpf/raccoon) deployment on [Kubern
2222
**Add the odpf charts repo**
2323

2424
```bash
25-
$ helm repo add odpf https://odpf.github.io/charts/
25+
$ helm repo add odpf https://raystack.github.io/charts/
2626
```
2727

2828
**Install it with Helm 3**

stable/shield/Chart.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: app
3-
repository: https://odpf.github.io/charts/
3+
repository: https://raystack.github.io/charts/
44
version: 0.3.1
55
- name: app
6-
repository: https://odpf.github.io/charts/
6+
repository: https://raystack.github.io/charts/
77
version: 0.3.1
88
digest: sha256:e20a32438123705d7df465ae23b49a281cc2497f8803ca01e47f72435416ae6e
99
generated: "2022-02-22T16:55:13.364628+05:30"

stable/shield/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ version: 0.1.4
2020
dependencies:
2121
- name: app
2222
version: "0.3.4"
23-
repository: "https://odpf.github.io/charts/"
23+
repository: "https://raystack.github.io/charts/"
2424
alias: shield-app
2525
condition: shield-app.enabled
2626
- name: app
2727
version: "0.3.4"
28-
repository: "https://odpf.github.io/charts/"
28+
repository: "https://raystack.github.io/charts/"
2929
alias: spicedb
3030
condition: spicedb.enabled

stable/shield/README.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ A Helm chart for Kubernetes
88

99
| Repository | Name | Version |
1010
| ------------------------------ | --------------- | ------- |
11-
| https://odpf.github.io/charts/ | shield-app(app) | 0.3.0 |
12-
| https://odpf.github.io/charts/ | spicedb(app) | 0.3.0 |
11+
| https://raystack.github.io/charts/ | shield-app(app) | 0.3.0 |
12+
| https://raystack.github.io/charts/ | spicedb(app) | 0.3.0 |
1313

1414
## Values
1515

stable/siren/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ home: https://github.com/odpf/siren
77
dependencies:
88
- name: app
99
version: "0.4.3"
10-
repository: "https://odpf.github.io/charts/"
10+
repository: "https://raystack.github.io/charts/"
1111
alias: app
1212
condition: app.enabled
1313
- name: app
1414
version: "0.4.3"
15-
repository: "https://odpf.github.io/charts/"
15+
repository: "https://raystack.github.io/charts/"
1616
alias: notification-worker
1717
condition: notification-worker.enabled
1818
- name: app
1919
version: "0.4.3"
20-
repository: "https://odpf.github.io/charts/"
20+
repository: "https://raystack.github.io/charts/"
2121
alias: notification-dlq-worker
2222
condition: notification-dlq-worker.enabled

stable/stencil/Chart.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: app
3-
repository: https://odpf.github.io/charts/
3+
repository: https://raystack.github.io/charts/
44
version: 0.2.1
55
digest: sha256:7c3f11f696cd963558e25c7c40153c5b895fb0ea892cba55c4902e9f8ad1cc0a
66
generated: "2022-03-13T20:20:33.036613-07:00"

stable/stencil/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ appVersion: "0.2.0"
2626
dependencies:
2727
- name: app
2828
version: "0.2.1"
29-
repository: "https://odpf.github.io/charts/"
29+
repository: "https://raystack.github.io/charts/"

0 commit comments

Comments
 (0)