Skip to content

Commit 79080b6

Browse files
authored
updating helm to 3.16.4, fixing CVE-2024-45337 (#250)
1 parent d65e3e4 commit 79080b6

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.trivyignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
# Right now there is no fix in helm, and it is likely not exploitable via our image,
2-
# so ignore issue for some time to be able to continue development
3-
# https://github.com/helm/helm/blob/v3.16.3/go.mod#L36
4-
# https://github.com/helm/helm/commit/194d989b235cf6f5821f068ce5ba81c55eb6be2f
5-
# The mean time between the last 10 helm releases is about three weeks. Lets hope for the best.
6-
CVE-2024-45337 exp:2025-01-15

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN apk add curl grep
4848
ARG K8S_VERSION=1.29.8
4949
ARG KUBECTL_CHECKSUM=038454e0d79748aab41668f44ca6e4ac8affd1895a94f592b9739a0ae2a5f06a
5050
# When updating, also upgrade helm image in Config
51-
ARG HELM_VERSION=3.16.3
51+
ARG HELM_VERSION=3.16.4
5252
# bash curl unzip required for Jenkins downloader
5353
RUN apk add --no-cache \
5454
gnupg \

src/main/groovy/com/cloudogu/gitops/config/Config.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import static picocli.CommandLine.ScopeType
4848
class Config {
4949

5050
// When updating please also update in Dockerfile
51-
public static final String HELM_IMAGE = "ghcr.io/cloudogu/helm:3.16.3-1"
51+
public static final String HELM_IMAGE = "ghcr.io/cloudogu/helm:3.16.4-1"
5252
// When updating please also adapt in Dockerfile, vars.tf and init-cluster.sh
5353
public static final String K8S_VERSION = "1.29"
5454
public static final String DEFAULT_ADMIN_USER = 'admin'

0 commit comments

Comments
 (0)