Skip to content

Commit 5b29333

Browse files
authored
Update Alpine image version so 3.18 (#240)
* CLDYCON-4033 Update alpine * Update Dockerfile * version
1 parent 9625712 commit 5b29333

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/metrics-agent/Chart.yaml

+2-2
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.11.17
17+
version: 2.11.18
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.11.17
21+
appVersion: 2.11.18

charts/metrics-agent/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pollInterval: 180
2424

2525
image:
2626
name: cloudability/metrics-agent
27-
tag: 2.11.17
27+
tag: 2.11.18
2828
pullPolicy: Always
2929

3030
imagePullSecrets: []

deploy/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV GOOS=linux
1313
COPY . /go/src/${package}
1414
RUN go build
1515

16-
FROM alpine:3.16
16+
FROM alpine:3.18
1717
ARG package
1818
ARG application
1919

version/version.go

+1-1
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.11.17"
4+
var VERSION = "2.11.18"

0 commit comments

Comments
 (0)