Skip to content

Commit

Permalink
Merge pull request #258 from SumoLogic/rmiller-cut-0.10.0-release
Browse files Browse the repository at this point in the history
Cut release 0.10.0
  • Loading branch information
Ryan Miller authored Oct 29, 2019
2 parents 222cb2e + 24c6426 commit 9b55f8b
Show file tree
Hide file tree
Showing 3 changed files with 5 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.9.0"
appVersion: "0.10.0"
description: A Helm chart for collecting Kubernetes logs, metrics and events into Sumo Logic.
name: sumologic
version: 0.9.0
version: 0.10.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.9.0
tag: 0.10.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 @@ -405,7 +405,7 @@ spec:
name: collection-sumologic
containers:
- name: fluentd
image: sumologic/kubernetes-fluentd:0.9.0
image: sumologic/kubernetes-fluentd:0.10.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -567,7 +567,7 @@ spec:
name: collection-sumologic-events
containers:
- name: fluentd-events
image: sumologic/kubernetes-fluentd:0.9.0
image: sumologic/kubernetes-fluentd:0.10.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 9b55f8b

Please sign in to comment.