diff --git a/charts/metrics-agent/Chart.yaml b/charts/metrics-agent/Chart.yaml index ef8f8f5..e5ecd47 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.8 +version: 2.14.9 # 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.8 +appVersion: 2.14.9 diff --git a/charts/metrics-agent/values.yaml b/charts/metrics-agent/values.yaml index 69d9600..3516481 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.8 + tag: 2.14.9 pullPolicy: Always imagePullSecrets: [] diff --git a/deploy/docker/Dockerfile b/deploy/docker/Dockerfile index f4730e6..f162d75 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.21 +FROM alpine:3.23.2 ARG package ARG application diff --git a/version/version.go b/version/version.go index a12e076..fd44d91 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.8" +var VERSION = "2.14.9"