File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 0.1.75
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
5- version : ' 0.24.0 '
5+ version : ' 0.24.1 '
66home : https://github.com/codefresh-io/gitops-runtime-helm
77icon : https://avatars1.githubusercontent.com/u/11412079?v=3
88keywords :
@@ -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'
2519dependencies :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ FROM debian:12.11-slim
88
99RUN 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
1212ARG TARGETARCH
1313
1414RUN apt-get update && apt-get install curl jq -y
1515RUN 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
1616COPY --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
2020RUN adduser --shell /bin/bash codefresh
2121USER codefresh
You can’t perform that action at this time.
0 commit comments