File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
src/main/groovy/com/cloudogu/gitops/config Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN apk add curl grep
4848ARG K8S_VERSION=1.29.8
4949ARG 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
5353RUN apk add --no-cache \
5454 gnupg \
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import static picocli.CommandLine.ScopeType
4848class 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'
You can’t perform that action at this time.
0 commit comments