Skip to content

Commit 9ede062

Browse files
chore: fix various security vulnerabilities in argo-workflows, cap-app-proxy, cf-argocd-extras, codefresh-gitops-operator, gitops-runtime-installer
1 parent b51ac1d commit 9ede062

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
version: 9.5.11
2626
- name: argo-workflows
2727
repository: https://codefresh-io.github.io/argo-helm
28-
version: 0.45.21-v3.6.7-cap-CR-38757
28+
version: 0.45.22-v3.6.7-cap-CR-39681
2929
condition: argo-workflows.enabled
3030
- name: sealed-secrets
3131
repository: https://bitnami-labs.github.io/sealed-secrets/

charts/gitops-runtime/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ global:
136136
image:
137137
registry: quay.io
138138
repository: codefresh/cf-argocd-extras
139-
tag: "06801ec"
139+
tag: "7d96f83"
140140
nodeSelector: {}
141141
tolerations: []
142142
affinity: {}
@@ -459,14 +459,14 @@ app-proxy:
459459
tag: 1.1.27-main
460460
image:
461461
repository: quay.io/codefresh/cap-app-proxy
462-
tag: 1.4092.0
462+
tag: 1.4093.0
463463
pullPolicy: IfNotPresent
464464
# -- Extra volume mounts for main container
465465
extraVolumeMounts: []
466466
initContainer:
467467
image:
468468
repository: quay.io/codefresh/cap-app-proxy-init
469-
tag: 1.4092.0
469+
tag: 1.4093.0
470470
pullPolicy: IfNotPresent
471471
command:
472472
- ./init.sh
@@ -647,7 +647,7 @@ gitops-operator:
647647
image:
648648
registry: quay.io
649649
repository: codefresh/codefresh-gitops-operator
650-
tag: bc5c4eb
650+
tag: 79a7f3b
651651
env:
652652
!!merge <<:
653653
- *otel-config
@@ -679,7 +679,7 @@ argo-gateway:
679679
image:
680680
registry: quay.io
681681
repository: codefresh/cf-argocd-extras
682-
tag: "06801ec"
682+
tag: "7d96f83"
683683
nodeSelector: {}
684684
tolerations: []
685685
affinity: {}

installer-image/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# syntax=docker/dockerfile:1
22

33
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-golang/tags/1.25-debian13-dev
4-
FROM octopusdeploy/dhi-golang:1.25-debian13-dev@sha256:b2c03c829a4df4f724712501d18321e46a2ac770377f0b6e2f383bc9d02b99d3 AS build
4+
FROM octopusdeploy/dhi-golang:1.25-debian13-dev@sha256:6ab2431d046a2e21dbcbcb5111e94bec59650d302ec0ac34e696e7e44f708044 AS build
55
ARG TARGETARCH
6-
ARG CF_CLI_VERSION=v1.0.2
6+
ARG CF_CLI_VERSION=v1.0.3
77
RUN go install github.com/davidrjonas/semver-cli@latest \
88
&& cp $GOPATH/bin/semver-cli /tmp/semver-cli
99
RUN apt-get update && apt-get install -y --no-install-recommends sed && rm -rf /var/lib/apt/lists/*
1010
ADD --unpack=true --chown=nonroot:nonroot --chmod=755 https://github.com/codefresh-io/cli-v2/releases/download/${CF_CLI_VERSION}/cf-linux-${TARGETARCH}.tar.gz /tmp/cf/
1111

1212

1313
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base/customizations/8106437942896324135
14-
FROM octopusdeploy/dhi-debian-base:trixie_cf-gitops-runtime-installer-debian13@sha256:ab35aedc53ad95d3a95094d6f2c9d052c2cdb43b605ce1f9a4ea677911373b99 AS production
14+
FROM octopusdeploy/dhi-debian-base:trixie_cf-gitops-runtime-installer-debian13@sha256:3c5a8f5bf49a3777527797677b3c8c426b0a38a466f3a79f5e059b6adc21943d AS production
1515
ARG TARGETARCH
1616
COPY --from=build --chown=nonroot:nonroot --chmod=755 /tmp/cf/cf-linux-${TARGETARCH} /usr/local/bin/cf
1717
COPY --from=build --chown=nonroot:nonroot --chmod=755 /tmp/semver-cli /usr/local/bin/semver-cli

0 commit comments

Comments
 (0)