Skip to content

Commit

Permalink
Cut release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maimaisie committed Aug 29, 2019
1 parent 23a6e7d commit ff5a017
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ This manifest binds the default `cluster-admin` ClusterRole in your Kubernetes c
Download the Prometheus Operator `prometheus-overrides.yaml` from GitHub:

```sh
curl -LJO https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v0.1.0/deploy/helm/prometheus-overrides.yaml
curl -LJO https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v0.2.0/deploy/helm/prometheus-overrides.yaml
```

Before installing `prometheus-operator`, edit `prometheus-overrides.yaml` to define a unique cluster identifier. The default value of the `cluster` field in the `externalLabels` section of `prometheus-overrides.yaml` is `kubernetes`. If you will be deploying the metric collection solution on multiple Kubernetes clusters, you will want to use a unique identifier for each. For example, you might use “Dev”, “Prod”, and so on.
Expand Down Expand Up @@ -393,7 +393,7 @@ In this step, you will deploy FluentBit to forward logs to Fluentd.
Download the FluentBit `fluent-bit-overrides.yaml` from GitHub:

```sh
curl -LJO https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v0.1.0/deploy/helm/fluent-bit-overrides.yaml
curl -LJO https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v0.2.0/deploy/helm/fluent-bit-overrides.yaml
```

Install `fluent-bit` using Helm:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.0.0"
appVersion: "0.2.0"
description: A Helm chart for collecting Kubernetes logs, metrics and events into Sumo Logic.
name: sumologic
version: 0.1.0
version: 0.2.0
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: sumologic/kubernetes-fluentd
tag: 0.1.0
tag: 0.2.0
pullPolicy: Always

nameOverride: ""
Expand Down

0 comments on commit ff5a017

Please sign in to comment.