diff --git a/charts/metrics-agent/Chart.yaml b/charts/metrics-agent/Chart.yaml index 7432183..223021d 100644 --- a/charts/metrics-agent/Chart.yaml +++ b/charts/metrics-agent/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.14.10 +version: 2.14.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.14.10 +appVersion: 2.14.11 diff --git a/charts/metrics-agent/values.yaml b/charts/metrics-agent/values.yaml index 959b349..f94fab7 100644 --- a/charts/metrics-agent/values.yaml +++ b/charts/metrics-agent/values.yaml @@ -30,7 +30,7 @@ uploadRegion: "us-west-2" image: name: cloudability/metrics-agent - tag: 2.14.10 + tag: 2.14.11 pullPolicy: Always imagePullSecrets: [] diff --git a/deploy/docker/Dockerfile b/deploy/docker/Dockerfile index f162d75..8d0bde0 100644 --- a/deploy/docker/Dockerfile +++ b/deploy/docker/Dockerfile @@ -13,7 +13,7 @@ ENV GOOS=linux COPY . /go/src/${package} RUN go build -FROM alpine:3.23.2 +FROM alpine:3.23.3 ARG package ARG application diff --git a/version/version.go b/version/version.go index 5935225..593776d 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // VERSION is the current version of the agent -var VERSION = "2.14.10" +var VERSION = "2.14.11"