Skip to content

Commit

Permalink
Merge pull request #213 from SumoLogic/ssong-cut-0.7.0
Browse files Browse the repository at this point in the history
Cut 0.7.0
  • Loading branch information
samjsong committed Sep 24, 2019
2 parents e61a3f5 + 9b5bd47 commit 85b56fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
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.6.0"
appVersion: "0.7.0"
description: A Helm chart for collecting Kubernetes logs, metrics and events into Sumo Logic.
name: sumologic
version: 0.6.0
version: 0.7.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.6.0
tag: 0.7.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
12 changes: 10 additions & 2 deletions deploy/kubernetes/fluentd-sumologic.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ spec:
name: collection-sumologic
containers:
- name: fluentd
image: sumologic/kubernetes-fluentd:0.6.0
image: sumologic/kubernetes-fluentd:0.7.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -522,6 +522,14 @@ spec:
value: "3600"
- name: VERIFY_SSL
value: "true"
- name: EXCLUDE_NAMESPACE_REGEX
value: ""
- name: EXCLUDE_CONTAINER_REGEX
value: ""
- name: EXCLUDE_HOST_REGEX
value: ""
- name: EXCLUDE_POD_REGEX
value: ""
---
# Source: sumologic/templates/events-deployment.yaml

Expand Down Expand Up @@ -553,7 +561,7 @@ spec:
name: collection-sumologic-events
containers:
- name: fluentd-events
image: sumologic/kubernetes-fluentd:0.6.0
image: sumologic/kubernetes-fluentd:0.7.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 85b56fd

Please sign in to comment.