Skip to content

Commit 49b21ab

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2
andauthored
prepare-version(0.24.7): prepare chart content for release (#870)
Co-authored-by: cf-ci-bot-v2 <[email protected]>
1 parent aa4d4ed commit 49b21ab

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17-
- kind: security
18-
description: upd cap-app-proxy (#864)
19-
- kind: security
20-
description: 'chore(CR-31388): upd gitops-operator with security fixes (#859)'
17+
- kind: changed
18+
description: 'fix(app-proxy): added missing eventbus list permissions (#865)'
2119
dependencies:
2220
- name: argo-cd
2321
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.6](https://img.shields.io/badge/Version-0.24.6-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.7](https://img.shields.io/badge/Version-0.24.7-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.6 <local_registry>
209+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.7 <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.6 <local_registry>
222+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.7 <local_registry>
223223
```
224224
225225
## Openshift

0 commit comments

Comments
 (0)