Skip to content

Commit a3f185d

Browse files
author
cf-ci-bot-v2
committed
Update Chart.yaml and changelog for 0.26.4 release
1 parent 211b69c commit a3f185d

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ annotations:
1616
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1717
artifacthub.io/changes: |-
1818
- kind: changed
19-
description: 'fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1012)'
20-
- kind: changed
21-
description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)'
22-
- kind: changed
23-
description: updated nats-server-config-reloader (#1004)
24-
- kind: changed
25-
description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001) - feat: simplify clusters add/remove logic'
19+
description: 'chore: update argocd to v3.2.2 (#1020)'
2620
dependencies:
2721
- name: argo-cd
2822
repository: https://argoproj.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.26.3](https://img.shields.io/badge/Version-0.26.3-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
2+
![Version: 0.26.4](https://img.shields.io/badge/Version-0.26.4-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
33

44
## Table of Content
55

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

224224
```
225-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.3 <local_registry>
225+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.4 <local_registry>
226226
```
227227
`output_dir` - is a local directory where the utility will output files. <br>
228228
`local_registry` - is your local registry where you want to mirror the images to
@@ -235,7 +235,7 @@ The utility will output 4 files into the folder:
235235

236236
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
237237
```
238-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.3 <local_registry>
238+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.4 <local_registry>
239239
```
240240
241241
## Openshift

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ sealed-secrets:
260260
cpu: 200m
261261
memory: 512Mi
262262
# *********************************************************************************************************************
263-
# DOCS: https://artifacthub.io/packages/helm/argo/argo-cd/9.0.2?modal=values
263+
# DOCS: https://artifacthub.io/packages/helm/argo/argo-cd/9.1.9?modal=values
264264
# *********************************************************************************************************************
265265
argo-cd:
266266
enabled: true

0 commit comments

Comments
 (0)