File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,13 @@ annotations:
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/changes : |-
17
17
- kind: changed
18
- description: 'update cli-v2 in installer - fix token validation code (#696 )'
18
+ description: 'feat: support single-namespaced runtime installation (#617 )'
19
19
- kind: changed
20
- description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692) - fix: remote-cluster application fails to sync due to its project'
20
+ description: 'chore: update app-proxy image tags to 1.3736.0 - support single-namespaced runtime'
21
+ - kind: changed
22
+ description: 'chore: update gitops-operator image tags to 58625b8 - disable RGS controller in single-namespaced mode'
23
+ - kind: security
24
+ description: 'sanitized argo-cd Project API response to remove sensitive information (https://github.com/advisories/GHSA-786q-9hcg-v9ff)'
21
25
dependencies :
22
26
- name : argo-cd
23
27
repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change 1
1
## Codefresh gitops runtime
2
- ![ Version: 0.23.3 ] ( https://img.shields.io/badge/Version-0.23.3 -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.0 ] ( https://img.shields.io/badge/Version-0.24.0 -informational?style=flat-square ) ![ AppVersion: 0.1.75] ( https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square )
3
3
4
4
## Prerequisites
5
5
@@ -206,7 +206,7 @@ We have created a helper utility to resolve this issue:
206
206
The utility is packaged in a container image. Below are instructions on executing the utility using Docker :
207
207
208
208
` ` `
209
- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.3 <local_registry>
209
+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.0 <local_registry>
210
210
` ` `
211
211
` output_dir` - is a local directory where the utility will output files. <br>
212
212
` 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:
219
219
220
220
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
221
221
```
222
- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.3 <local_registry>
222
+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.0 <local_registry>
223
223
```
224
224
225
225
## Openshift
You can’t perform that action at this time.
0 commit comments