Skip to content

Commit 793cd6d

Browse files
Merge pull request #24 from codefresh-sandbox/prep/v2025.9-1
prepare-version(2025.9-1): prepare chart content for release
2 parents bd62984 + 27d70cc commit 793cd6d

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,11 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'Merge pull request #22 from codefresh-sandbox/fix/alice'
18+
description: 'Merge pull request #23 from codefresh-sandbox/feat/bob'
1919
- kind: changed
2020
description: CI Automatic commit - align Chart version
2121
- kind: changed
22-
description: 'fix: alice'
23-
- kind: changed
24-
description: 'fix: alice'
25-
- kind: changed
26-
description: 'feat: bar'
27-
- kind: changed
28-
description: 'feat: foo'
29-
- kind: changed
30-
description: updated nginx (#662)
31-
- kind: changed
32-
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)'
33-
- kind: changed
34-
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)'
22+
description: 'feat: bob'
3523
dependencies:
3624
- name: argo-cd
3725
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: 2025.9-0](https://img.shields.io/badge/Version-2025.9--0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
2+
![Version: 2025.9-1](https://img.shields.io/badge/Version-2025.9--1-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
33

44
## Prerequisites
55

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

146146
```
147-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-0 <local_registry>
147+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-1 <local_registry>
148148
```
149149
`output_dir` - is a local directory where the utility will output files. <br>
150150
`local_registry` - is your local registry where you want to mirror the images to
@@ -157,7 +157,7 @@ The utility will output 4 files into the folder:
157157

158158
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
159159
```
160-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-0 <local_registry>
160+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-1 <local_registry>
161161
```
162162
163163
## Openshift

0 commit comments

Comments
 (0)