Skip to content

Commit fe5a871

Browse files
update version (#306)
1 parent 605947c commit fe5a871

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/metrics-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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: 2.12.0
17+
version: 2.12.1
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.
21-
appVersion: 2.12.0
21+
appVersion: 2.12.1

charts/metrics-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ uploadRegion: "us-west-2"
2626

2727
image:
2828
name: cloudability/metrics-agent
29-
tag: 2.12.0
29+
tag: 2.12.1
3030
pullPolicy: Always
3131

3232
imagePullSecrets: []

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION is the current version of the agent
4-
var VERSION = "2.12.0"
4+
var VERSION = "2.12.1"

0 commit comments

Comments
 (0)