Skip to content

Commit 391124c

Browse files
Chore/security 0 24 1 (#713)
* updated frpc (#693) (cherry picked from commit 012ad77) * installer: updated cli-v2, kubectl (#697) (cherry picked from commit 857462a) * updated prometheus-nats-exporter, nats-server-config-reloader for jetstream (#687) (cherry picked from commit 20e1b3d) * updated version * updated version * Update charts/gitops-runtime/Chart.yaml Co-authored-by: Yaroslav Drachenko <[email protected]> --------- Co-authored-by: Yaroslav Drachenko <[email protected]>
1 parent 29d8184 commit 391124c

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.75
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: '0.24.0'
5+
version: '0.24.1'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,13 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'feat: support single-namespaced runtime installation (#617)'
19-
- kind: changed
20-
description: 'chore: update app-proxy image tags to 1.3736.0 - support single-namespaced runtime'
21-
- kind: changed
22-
description: 'chore: update gitops-operator image tags to 58625b8 - disable RGS controller in single-namespaced mode'
23-
- kind: security
24-
description: 'sanitized argo-cd Project API response to remove sensitive information (https://github.com/advisories/GHSA-786q-9hcg-v9ff)'
18+
description: 'chore: security fixes in tunnel-client, argo-events jetstreaming, runtime-installer'
2519
dependencies:
2620
- name: argo-cd
2721
repository: https://codefresh-io.github.io/argo-helm
@@ -44,7 +38,7 @@ dependencies:
4438
condition: sealed-secrets.enabled
4539
- name: codefresh-tunnel-client
4640
repository: oci://quay.io/codefresh/charts
47-
version: 0.1.21
41+
version: 0.1.22
4842
alias: tunnel-client
4943
condition: tunnel-client.enabled
5044
- name: cf-common

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ argo-events:
296296
versions:
297297
- version: latest
298298
natsImage: nats:2.11.4
299-
metricsExporterImage: natsio/prometheus-nats-exporter:0.16.0
300-
configReloaderImage: natsio/nats-server-config-reloader:0.18.2
299+
metricsExporterImage: natsio/prometheus-nats-exporter:0.17.3
300+
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
301301
startCommand: /nats-server
302302
# *********************************************************************************************************************
303303
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows

installer-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ FROM debian:12.11-slim
88

99
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
1010

11-
ARG CF_CLI_VERSION=v0.2.11
11+
ARG CF_CLI_VERSION=v0.2.12
1212
ARG TARGETARCH
1313

1414
RUN apt-get update && apt-get install curl jq -y
1515
RUN curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/${CF_CLI_VERSION}/cf-linux-${TARGETARCH}.tar.gz | tar zx && mv ./cf-linux-${TARGETARCH} /usr/local/bin/cf
1616
COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
1717

18-
COPY --from=bitnamilegacy/kubectl:1.33.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
18+
COPY --from=bitnamilegacy/kubectl:1.33.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1919

2020
RUN adduser --shell /bin/bash codefresh
2121
USER codefresh

0 commit comments

Comments
 (0)