Skip to content

Commit 83bc4a1

Browse files
author
cf-ci-bot-v2
committed
Update Chart.yaml and changelog for 0.25.1 release
1 parent f1a2672 commit 83bc4a1

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: "Synchronize the ArgoCD fork to OSS version 3.1.5"
19-
- kind: deprecated
20-
description: "Argo Events will be removed in the next release, replaced by dedicated event reporters for improved performance and reliability"
21-
- kind: deprecated
22-
description: "Argo Rollouts deprecation notice: will be disabled by default in next release, completely removed from chart in February 2026"
23-
- kind: changed
24-
description: "Argo Workflows will transition to namespace-scoped installation in the next release to avoid conflicts with other cluster instances"
25-
- kind: deprecated
26-
description: "Transition to OSS ArgoCD in next release to support BYOCD approach and enhance compatibility"
18+
description: 'fix: update release branches for components (#881)'
2719
dependencies:
2820
- name: argo-cd
2921
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.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![AppVersion: 0.1.76](https://img.shields.io/badge/AppVersion-0.1.76-informational?style=flat-square)
2+
![Version: 0.25.1](https://img.shields.io/badge/Version-0.25.1-informational?style=flat-square) ![AppVersion: 0.1.76](https://img.shields.io/badge/AppVersion-0.1.76-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.25.0 <local_registry>
209+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.1 <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.25.0 <local_registry>
222+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.1 <local_registry>
223223
```
224224
225225
## Openshift

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ sealed-secrets:
235235
cpu: 200m
236236
memory: 512Mi
237237
# *********************************************************************************************************************
238-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-10-cap-3.0.2-2025-10-24-afba3263/charts/argo-cd
238+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-14-cap-v3.1.5-2025-10-30-b969c2d8/charts/argo-cd
239239
# *********************************************************************************************************************
240240
argo-cd:
241241
enabled: true

0 commit comments

Comments
 (0)