From fe915754adf718842f914a19f728f5ca90c20580 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 3 Jan 2020 11:32:50 +0900 Subject: [PATCH] release v0.6.0 --- Makefile | 2 +- docker/deployment.yaml | 6 +++--- helm/fluent-bit/Chart.yaml | 2 +- helm/fluent-bit/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 7c47587..41f4bec 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/docker/deployment.yaml b/docker/deployment.yaml index 7464076..31b881b 100644 --- a/docker/deployment.yaml +++ b/docker/deployment.yaml @@ -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 diff --git a/helm/fluent-bit/Chart.yaml b/helm/fluent-bit/Chart.yaml index 2efe3f6..8d037e1 100644 --- a/helm/fluent-bit/Chart.yaml +++ b/helm/fluent-bit/Chart.yaml @@ -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. diff --git a/helm/fluent-bit/values.yaml b/helm/fluent-bit/values.yaml index d6d97b6..6704911 100644 --- a/helm/fluent-bit/values.yaml +++ b/helm/fluent-bit/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: cosmo0920/fluent-bit-go-s3 - tag: v0.5.0 + tag: v0.6.0 pullPolicy: IfNotPresent imagePullSecrets: []