Skip to content

Commit

Permalink
Merge pull request #17 from cosmo0920/release-v0.6.0
Browse files Browse the repository at this point in the history
release v0.6.0
  • Loading branch information
cosmo0920 committed Jan 4, 2020
2 parents 146b7ad + fe91575 commit a35d677
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5.1
VERSION := 0.6.0

# Version info for binaries
GIT_REVISION := $(shell git rev-parse --short HEAD)
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.5.0
version: v0.6.0
template:
metadata:
labels:
app: fluent-bit-go-s3
version: v0.5.0
version: v0.6.0
spec:
containers:
- image: cosmo0920/fluent-bit-go-s3:v0.5.0
- image: cosmo0920/fluent-bit-go-s3:v0.6.0
name: fluent-bit-go-s3
ports:
- containerPort: 24224
Expand Down
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.0
version: 0.1.1

# 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.5.0
tag: v0.6.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit a35d677

Please sign in to comment.