Skip to content

Commit

Permalink
Merge pull request #192 from SumoLogic/maisie-0.5.0
Browse files Browse the repository at this point in the history
Cut 0.5.0 release
  • Loading branch information
maimaisie authored Sep 13, 2019
2 parents 63f9680 + e433877 commit bd9bbb7
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.4.0"
appVersion: "0.5.0"
description: A Helm chart for collecting Kubernetes logs, metrics and events into Sumo Logic.
name: sumologic
version: 0.4.0
version: 0.5.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.4.0
tag: 0.5.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 @@ -398,7 +398,7 @@ spec:
name: collection-sumologic
containers:
- name: fluentd
image: sumologic/kubernetes-fluentd:0.4.0
image: sumologic/kubernetes-fluentd:0.5.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -551,7 +551,7 @@ spec:
name: collection-sumologic-events
containers:
- name: fluentd-events
image: sumologic/kubernetes-fluentd:0.4.0
image: sumologic/kubernetes-fluentd:0.5.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit bd9bbb7

Please sign in to comment.