File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ type: application
14
14
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
- version : 2.11.33
17
+ version : 2.11.34
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
21
- appVersion : 2.11.33
21
+ appVersion : 2.11.34
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pollInterval: 180
24
24
25
25
image :
26
26
name : cloudability/metrics-agent
27
- tag : 2.11.33
27
+ tag : 2.11.34
28
28
pullPolicy : Always
29
29
30
30
imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ require (
88
88
replace (
89
89
github.com/docker/distribution => github.com/docker/distribution v2.8.3+incompatible
90
90
github.com/docker/docker => github.com/docker/docker v25.0.5+incompatible
91
+ github.com/hashicorp/consul/api => github.com/hashicorp/consul/api v1.30.0
91
92
92
93
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.18
93
94
github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.14
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// VERSION is the current version of the agent
4
- var VERSION = "2.11.33 "
4
+ var VERSION = "2.11.34 "
You can’t perform that action at this time.
0 commit comments