diff --git a/Makefile b/Makefile index 40dedbd..110f78f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ else TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic endif -VERSION := 0.6.2 +VERSION := 0.7.0 # Version info for binaries GIT_REVISION := $(shell git rev-parse --short HEAD) diff --git a/docker/configmap.yaml b/docker/configmap.yaml index 7adc092..d1ef912 100644 --- a/docker/configmap.yaml +++ b/docker/configmap.yaml @@ -6,7 +6,7 @@ metadata: namespace: log labels: app: fluent-bit-go-s3 - version: v0.6.2 + version: v0.7.0 data: fluent-bit-s3.conf: | [SERVICE] diff --git a/docker/deployment.yaml b/docker/deployment.yaml index 0b98fcc..0ffa19a 100644 --- a/docker/deployment.yaml +++ b/docker/deployment.yaml @@ -9,15 +9,15 @@ spec: selector: matchLabels: app: fluent-bit-go-s3 - version: v0.6.2 + version: v0.7.0 template: metadata: labels: app: fluent-bit-go-s3 - version: v0.6.2 + version: v0.7.0 spec: containers: - - image: cosmo0920/fluent-bit-go-s3:v0.6.2 + - image: cosmo0920/fluent-bit-go-s3:v0.7.0 name: fluent-bit-go-s3 ports: - containerPort: 24224 diff --git a/docker/service.yaml b/docker/service.yaml index dbfefdc..b2ef2dc 100644 --- a/docker/service.yaml +++ b/docker/service.yaml @@ -12,4 +12,4 @@ spec: targetPort: 24224 selector: app: fluent-bit-go-s3 - version: v0.6.2 + version: v0.7.0 diff --git a/helm/fluent-bit/Chart.yaml b/helm/fluent-bit/Chart.yaml index 5fa5f6f..e9c04ef 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.3 +version: 0.1.4 # 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 af5291d..873aa52 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.6.2 + tag: v0.7.0 pullPolicy: IfNotPresent imagePullSecrets: []