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
2
2
appVersion : 0.1.75
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : ' 0.24.0 '
5
+ version : ' 0.24.1 '
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
icon : https://avatars1.githubusercontent.com/u/11412079?v=3
8
8
keywords :
@@ -15,13 +15,7 @@ annotations:
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/changes : |-
17
17
- 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'
25
19
dependencies :
26
20
- name : argo-cd
27
21
repository : https://codefresh-io.github.io/argo-helm
@@ -44,7 +38,7 @@ dependencies:
44
38
condition : sealed-secrets.enabled
45
39
- name : codefresh-tunnel-client
46
40
repository : oci://quay.io/codefresh/charts
47
- version : 0.1.21
41
+ version : 0.1.22
48
42
alias : tunnel-client
49
43
condition : tunnel-client.enabled
50
44
- name : cf-common
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ argo-events:
296
296
versions :
297
297
- version : latest
298
298
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
301
301
startCommand : /nats-server
302
302
# *********************************************************************************************************************
303
303
# 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
8
8
9
9
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
10
10
11
- ARG CF_CLI_VERSION=v0.2.11
11
+ ARG CF_CLI_VERSION=v0.2.12
12
12
ARG TARGETARCH
13
13
14
14
RUN apt-get update && apt-get install curl jq -y
15
15
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
16
16
COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
17
17
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/
19
19
20
20
RUN adduser --shell /bin/bash codefresh
21
21
USER codefresh
You can’t perform that action at this time.
0 commit comments