File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic
77endif
88
9- VERSION := 0.7.0
9+ VERSION := 0.7.1
1010
1111# Version info for binaries
1212GIT_REVISION := $(shell git rev-parse --short HEAD)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 namespace : log
77 labels :
88 app : fluent-bit-go-s3
9- version : v0.7.0
9+ version : v0.7.1
1010data :
1111 fluent-bit-s3.conf : |
1212 [SERVICE]
Original file line number Diff line number Diff line change 99 selector :
1010 matchLabels :
1111 app : fluent-bit-go-s3
12- version : v0.7.0
12+ version : v0.7.1
1313 template :
1414 metadata :
1515 labels :
1616 app : fluent-bit-go-s3
17- version : v0.7.0
17+ version : v0.7.1
1818 spec :
1919 containers :
20- - image : cosmo0920/fluent-bit-go-s3:v0.7.0
20+ - image : cosmo0920/fluent-bit-go-s3:v0.7.1
2121 name : fluent-bit-go-s3
2222 ports :
2323 - containerPort : 24224
Original file line number Diff line number Diff line change 1212 targetPort : 24224
1313 selector :
1414 app : fluent-bit-go-s3
15- version : v0.7.0
15+ version : v0.7.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
1414
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
17- version : 0.1.4
17+ version : 0.1.5
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
88 repository : cosmo0920/fluent-bit-go-s3
9- tag : v0.7.0
9+ tag : v0.7.1
1010 pullPolicy : IfNotPresent
1111
1212imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments