Skip to content

Commit aa97d30

Browse files
author
cf-ci-bot-v2
committed
Update Chart.yaml and changelog for 0.24.3 release
1 parent b21f36f commit aa97d30

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: Chore-30961 security argocd-exstras (#729)
19-
- kind: changed
20-
description: bump argo-rollouts (#731)
21-
- kind: changed
22-
description: Chore/cr 29689 argo events workflow update with security fixes (#727)
23-
- kind: changed
24-
description: 'fix: security vulnerability CVE-2025-55190 (#733)'
25-
- kind: changed
26-
description: Fix/svc-acc-pre-uninstall-hook (#728)
27-
- kind: changed
28-
description: updated sealed-secrets-controller (#723) (#724)
29-
- kind: changed
30-
description: 'fix: security fix: upgrade cli-v2 and debian versions (#718)'
31-
- kind: changed
32-
description: 'feat: update cap-app-proxy image tags to 1.3750.0 (#720)'
18+
description: 'chore(CR-30960): update enrichment images tag (#747)'
3319
dependencies:
3420
- name: argo-cd
3521
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.24.2](https://img.shields.io/badge/Version-0.24.2-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
2+
![Version: 0.24.3](https://img.shields.io/badge/Version-0.24.3-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
33

44
## Prerequisites
55

@@ -206,7 +206,7 @@ We have created a helper utility to resolve this issue:
206206
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
207207

208208
```
209-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
209+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 <local_registry>
210210
```
211211
`output_dir` - is a local directory where the utility will output files. <br>
212212
`local_registry` - is your local registry where you want to mirror the images to
@@ -219,7 +219,7 @@ The utility will output 4 files into the folder:
219219

220220
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
221221
```
222-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
222+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 <local_registry>
223223
```
224224
225225
## Openshift

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ argo-cd:
280280
# -- Extract application version based on ApplicationConfiguration CRD
281281
useApplicationConfiguration: true
282282
# *********************************************************************************************************************
283-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events
283+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.9-cap-CR-30841/charts/argo-events
284284
# *********************************************************************************************************************
285285
argo-events:
286286
fullnameOverride: argo-events
@@ -300,7 +300,7 @@ argo-events:
300300
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
301301
startCommand: /nats-server
302302
# *********************************************************************************************************************
303-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
303+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.16-v3.6.7-cap-CR-30835/charts/argo-workflows
304304
# *********************************************************************************************************************
305305
argo-workflows:
306306
fullnameOverride: argo
@@ -330,7 +330,7 @@ codefreshWorkflowLogStoreCM:
330330
endpoint: gitops-workflow-logs.codefresh.io
331331
insecure: false
332332
# *********************************************************************************************************************
333-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo-rollouts
333+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-7-v1.7.2-cap-OSS-697/charts/argo-rollouts
334334
# *********************************************************************************************************************
335335
argo-rollouts:
336336
enabled: true

0 commit comments

Comments
 (0)