File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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.17
17
+ version : 2.11.18
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.17
21
+ appVersion : 2.11.18
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.17
27
+ tag : 2.11.18
28
28
pullPolicy : Always
29
29
30
30
imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GOOS=linux
13
13
COPY . /go/src/${package}
14
14
RUN go build
15
15
16
- FROM alpine:3.16
16
+ FROM alpine:3.18
17
17
ARG package
18
18
ARG application
19
19
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.17 "
4
+ var VERSION = "2.11.18 "
You can’t perform that action at this time.
0 commit comments