Skip to content

Commit fe0b981

Browse files
Merge pull request #113 from kube-logging/chart-link-update
Update chart repository links and helm commands
2 parents 7113338 + ae3008a commit fe0b981

File tree

10 files changed

+27
-27
lines changed

10 files changed

+27
-27
lines changed

content/docs/examples/cloudwatch-nginx.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ Install the Logging operator and a demo application using [Helm](#helm).
2525
1. Add the chart repository of the Logging operator using the following commands:
2626

2727
```bash
28-
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
28+
helm repo add kube-logging https://kube-logging.github.io/helm-charts
2929
helm repo update
3030
```
3131

3232
1. Install the Logging operator.
3333

3434
```bash
35-
helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable/logging-operator
35+
helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging/logging-operator
3636
```
3737

3838
1. Install the demo application and its logging definition.
3939

4040
```bash
41-
helm upgrade --install --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
41+
helm upgrade --install --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
4242
--set "cloudwatch.enabled=True" \
4343
--set "cloudwatch.aws.secret_key=" \
4444
--set "cloudwatch.aws.access_key=" \

content/docs/examples/kafka-nginx.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ Install the Logging operator and a demo application to provide sample log messag
2929
1. Add the chart repository of the Logging operator using the following commands:
3030

3131
```bash
32-
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
32+
helm repo add kube-logging https://kube-logging.github.io/helm-charts
3333
helm repo update
3434
```
3535

3636
1. Install the Logging operator into the *logging* namespace:
3737

3838
```bash
39-
helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable/logging-operator
39+
helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging/logging-operator
4040
```
4141

4242
1. Install the demo application and its logging definition.
4343

4444
```bash
45-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
45+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
4646
--set "kafka.enabled=True"
4747
```
4848

content/docs/examples/loki-nginx.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@ Install the Logging operator and a demo application to provide sample log messag
5454
1. Add the chart repository of the Logging operator using the following commands:
5555

5656
```bash
57-
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
57+
helm repo add kube-logging https://kube-logging.github.io/helm-charts
5858
helm repo update
5959
```
6060

6161
1. Install the Logging operator into the *logging* namespace:
6262

6363
```bash
64-
helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable/logging-operator
64+
helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging/logging-operator
6565
```
6666

6767
1. Install the demo application and its logging definition.
6868

6969
```bash
70-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
70+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
7171
--set "loki.enabled=True"
7272
```
7373

content/docs/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 900
1111
1. Clone the logging-operator repo.
1212

1313
```bash
14-
git clone [email protected]:banzaicloud/logging-operator.git
14+
git clone [email protected]:kube-logging/logging-operator.git
1515
```
1616

1717
1. Navigate to the `logging-operator` folder.
@@ -30,5 +30,5 @@ weight: 900
3030

3131
## How can I support the project?
3232

33-
- Give a star to [this repository](https://github.com/banzaicloud/logging-operator)
33+
- Give a star to [this repository](https://github.com/kube-logging/logging-operator)
3434
- Add your company to the [adopters](https://github.com/kube-logging/logging-operator/blob/master/ADOPTERS.md) list

content/docs/install/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ aliases:
2222
1. Add the chart repository of the Logging operator using the following commands:
2323

2424
```bash
25-
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
25+
helm repo add kube-logging https://kube-logging.github.io/helm-charts
2626
helm repo update
2727
```
2828

2929
1. Install the Logging operator.
3030

3131
```bash
32-
helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable/logging-operator
32+
helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging/logging-operator
3333
```
3434

3535
> You can install the `logging` resource with built-in TLS generation using the [Helm chart](https://github.com/kube-logging/logging-operator/tree/master/charts/logging-operator-logging).

content/docs/logging-infrastructure/security/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EOF
4646
### Deploy with Helm
4747

4848
```bash
49-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
49+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
5050
--set=loggingOperator.fluentd.security.roleBasedAccessControlCreate=True \
5151
--set=loggingOperator.fluentbit.security.roleBasedAccessControlCreate=True
5252
```
@@ -162,7 +162,7 @@ EOF
162162
### Deploy with Helm {#service-account-deploy-helm}
163163

164164
```bash
165-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
165+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
166166
--set=loggingOperator.fluentd.security.serviceAccount=fluentdUser1 \
167167
--set=loggingOperator.fluentbit.security.serviceAccount=fluentbitUser1
168168
```
@@ -197,7 +197,7 @@ EOF
197197
### Deploy with Helm
198198

199199
```bash
200-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
200+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
201201
--set=loggingOperator.fluentd.security.podSecurityPolicyCreate=True \
202202
--set=loggingOperator.fluentd.security.roleBasedAccessControlCreate=True \
203203
--set=loggingOperator.fluentbit.security.podSecurityPolicyCreate=True \
@@ -335,7 +335,7 @@ EOF
335335
### Deploy with Helm
336336

337337
```bash
338-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
338+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
339339
--set=loggingOperator.fluentd.security.securityContext.allowPrivilegeEscalation=False \
340340
--set=loggingOperator.fluentd.security.securityContext.readOnlyRootFilesystem=False \
341341
--set=loggingOperator.fluentd.security.podSecurityContext.fsGroup=101 \

content/docs/operation/logging-operator-monitoring.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,19 @@ For more details on installing the Prometheus operator and configuring and acces
7575
1. Add operator chart repository:
7676

7777
```bash
78-
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
78+
helm repo add kube-logging https://kube-logging.github.io/helm-charts
7979
```
8080

8181
1. Logging Operator
8282

8383
```bash
84-
helm upgrade --install --wait --create-namespace --namespace logging logging banzaicloud-stable/logging-operator
84+
helm upgrade --install --wait --create-namespace --namespace logging logging kube-logging/logging-operator
8585
```
8686

8787
1. Deploy Demo App + Logging Definition with metrics
8888

8989
```bash
90-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
90+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
9191
--set "minio.enabled=True" \
9292
--set=loggingOperator.fluentd.metrics.serviceMonitor=True \
9393
--set=loggingOperator.fluentbit.metrics.serviceMonitor=True

content/docs/quickstarts/es-nginx.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@ Install the Logging operator and a demo application to provide sample log messag
7676
1. Add the chart repository of the Logging operator using the following commands:
7777

7878
```bash
79-
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
79+
helm repo add kube-logging https://kube-logging.github.io/helm-charts
8080
helm repo update
8181
```
8282

8383
1. Install the Logging operator into the *logging* namespace:
8484

8585
```bash
86-
helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable/logging-operator
86+
helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging/logging-operator
8787
```
8888

8989
1. Install the demo application and its logging definition.
9090

9191
```bash
92-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
92+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
9393
--set "elasticsearch.enabled=True"
9494
```
9595

content/docs/quickstarts/example-s3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Install the Logging operator.
2323
1. Add the chart repository of the Logging operator using the following commands:
2424

2525
```bash
26-
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
26+
helm repo add kube-logging https://kube-logging.github.io/helm-charts
2727
helm repo update
2828
```
2929

3030
1. Install the demo application and its logging definition.
3131

3232
```bash
33-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
33+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
3434
--set "loki.enabled=True"
3535
```
3636

content/docs/quickstarts/syslog-ng-sumologic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Install the Logging operator and a demo application to provide sample log messag
3030
1. Add the chart repository of the Logging operator using the following commands:
3131

3232
```bash
33-
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
33+
helm repo add kube-logging https://kube-logging.github.io/helm-charts
3434
helm repo update
3535
```
3636

3737
1. Install the demo application and its logging definition.
3838

3939
```bash
40-
helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable/logging-demo \
40+
helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging/logging-demo \
4141
--set "loki.enabled=True"
4242
```
4343

0 commit comments

Comments
 (0)