Skip to content

Commit

Permalink
Merge pull request #230 from SumoLogic/maisie-0.9.0
Browse files Browse the repository at this point in the history
Cut release 0.9.0
  • Loading branch information
maimaisie committed Oct 10, 2019
2 parents 71e03eb + 292da17 commit 210bd26
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.8.0"
appVersion: "0.9.0"
description: A Helm chart for collecting Kubernetes logs, metrics and events into Sumo Logic.
name: sumologic
version: 0.8.0
version: 0.9.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.8.0
tag: 0.9.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.8.0
image: sumologic/kubernetes-fluentd:0.9.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.8.0
image: sumologic/kubernetes-fluentd:0.9.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 210bd26

Please sign in to comment.