Skip to content

Commit

Permalink
Merge pull request #20 from cosmo0920/release-0.6.1
Browse files Browse the repository at this point in the history
Release fluent-bit-go-s3 0.6.1
  • Loading branch information
cosmo0920 authored Jan 29, 2020
2 parents 6bdc2b1 + 0e630d6 commit 06bbe52
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic
endif

VERSION := 0.6.0
VERSION := 0.6.1

# Version info for binaries
GIT_REVISION := $(shell git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion docker/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: log
labels:
app: fluent-bit-go-s3
version: v0.6.0
version: v0.6.1
data:
fluent-bit-s3.conf: |
[SERVICE]
Expand Down
6 changes: 3 additions & 3 deletions docker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ spec:
selector:
matchLabels:
app: fluent-bit-go-s3
version: v0.6.0
version: v0.6.1
template:
metadata:
labels:
app: fluent-bit-go-s3
version: v0.6.0
version: v0.6.1
spec:
containers:
- image: cosmo0920/fluent-bit-go-s3:v0.6.0
- image: cosmo0920/fluent-bit-go-s3:v0.6.1
name: fluent-bit-go-s3
ports:
- containerPort: 24224
Expand Down
2 changes: 1 addition & 1 deletion docker/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
targetPort: 24224
selector:
app: fluent-bit-go-s3
version: v0.6.0
version: v0.6.1
2 changes: 1 addition & 1 deletion helm/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion helm/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: cosmo0920/fluent-bit-go-s3
tag: v0.6.0
tag: v0.6.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 06bbe52

Please sign in to comment.