File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ uploadRegion: "us-west-2"
2626
2727image :
2828 name : cloudability/metrics-agent
29- tag : 2.12.0
29+ tag : 2.12.1
3030 pullPolicy : Always
3131
3232imagePullSecrets : []
Original file line number Diff line number Diff line change 11package version
22
33// VERSION is the current version of the agent
4- var VERSION = "2.12.0 "
4+ var VERSION = "2.12.1 "
You can’t perform that action at this time.
0 commit comments