Skip to content

Commit

Permalink
Merge pull request #175 from SumoLogic/maisie-cut-0.4.0
Browse files Browse the repository at this point in the history
Cut 0.4.0
  • Loading branch information
maimaisie committed Sep 3, 2019
2 parents 2b24687 + 38311f1 commit 1c8e8b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,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.3.0/deploy/helm/prometheus-overrides.yaml
curl -LJO https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v0.4.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 @@ -394,7 +394,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.3.0/deploy/helm/fluent-bit-overrides.yaml
curl -LJO https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v0.4.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.3.0"
appVersion: "0.4.0"
description: A Helm chart for collecting Kubernetes logs, metrics and events into Sumo Logic.
name: sumologic
version: 0.3.0
version: 0.4.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.3.0
tag: 0.4.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/fluentd-sumologic.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ spec:
name: collection-sumologic
containers:
- name: fluentd
image: sumologic/kubernetes-fluentd:0.3.0
image: sumologic/kubernetes-fluentd:0.4.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -561,7 +561,7 @@ spec:
name: collection-sumologic-events
containers:
- name: fluentd-events
image: sumologic/kubernetes-fluentd:0.3.0
image: sumologic/kubernetes-fluentd:0.4.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 1c8e8b5

Please sign in to comment.