Skip to content

Commit

Permalink
Merge pull request #5 from oscarlofwenhamn/main
Browse files Browse the repository at this point in the history
Change references of deprecated stable/graylog
  • Loading branch information
KongZ authored Nov 24, 2020
2 parents cc16f1c + 9fc375d commit be9d7c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/graylog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: graylog
home: https://www.graylog.org
version: 1.7.1
version: 1.7.2
appVersion: 3.3.8
description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data.
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/graylog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install the Graylog Chart with all dependencies
```bash
kubectl create namespace graylog

helm install --namespace "graylog" -n "graylog" stable/graylog
helm install --namespace "graylog" -n "graylog" kongz/graylog
```

## Manually Install Dependencies
Expand All @@ -41,7 +41,7 @@ Note: There are many alternative Elasticsearch available on GitHub. If you found
To install the Graylog Chart into your Kubernetes cluster (This Chart requires persistent volume by default, you may need to create a storage class before install chart.

```bash
helm install --namespace "graylog" -n "graylog" stable/graylog \
helm install --namespace "graylog" -n "graylog" kongz/graylog \
--set tags.install-mongodb=false\
--set tags.install-elasticsearch=false\
--set graylog.mongodb.uri=mongodb://mongodb-mongodb-replicaset-0.mongodb-mongodb-replicaset.graylog.svc.cluster.local:27017/graylog?replicaSet=rs0 \
Expand All @@ -68,7 +68,7 @@ For example:
Set cluster size to 5

```bash
helm install --namespace "graylog" -n "graylog" --set graylog.replicas=5 stable/graylog
helm install --namespace "graylog" -n "graylog" --set graylog.replicas=5 kongz/graylog
```

The command above will install 1 master and 4 coordinating.
Expand Down
2 changes: 1 addition & 1 deletion charts/graylog/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To connect to your Graylog server:
To send logs to graylog:

NOTE: If `graylog.input` is empty, you cannot send logs from other services. Please make sure the value is not empty.
See https://github.com/helm/charts/tree/master/stable/graylog#input for detail
See https://github.com/KongZ/charts/tree/main/charts/graylog#input for detail

{{- if .Values.graylog.input.tcp }}
1. TCP
Expand Down

0 comments on commit be9d7c4

Please sign in to comment.