From f9da785b409627f49ddd91336ae2b36286493149 Mon Sep 17 00:00:00 2001 From: Robert Berry Date: Thu, 26 Feb 2026 11:04:57 -0800 Subject: [PATCH 1/2] CLDYCON-7030: update alpine version from 3.23.2 to 2.23.3 --- charts/metrics-agent/Chart.yaml | 4 ++-- charts/metrics-agent/values.yaml | 4 ++-- deploy/docker/Dockerfile | 2 +- version/version.go | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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..f647c7e 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: [] @@ -112,7 +112,7 @@ podAnnotations: {} # name: tmp readOnlyRootFilesystem: false -drop: +drop: - ALL # Extra K8s manifests to deploy, 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" From 735856681331ed7d63456e255d63c825d4eeba1d Mon Sep 17 00:00:00 2001 From: alexsouthard Date: Thu, 26 Feb 2026 15:01:25 -0800 Subject: [PATCH 2/2] Space --- charts/metrics-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/metrics-agent/values.yaml b/charts/metrics-agent/values.yaml index f647c7e..f94fab7 100644 --- a/charts/metrics-agent/values.yaml +++ b/charts/metrics-agent/values.yaml @@ -112,7 +112,7 @@ podAnnotations: {} # name: tmp readOnlyRootFilesystem: false -drop: +drop: - ALL # Extra K8s manifests to deploy,