File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 0.1.70
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
5- version : 0.18.1
5+ version : 0.18.2
66home : https://github.com/codefresh-io/gitops-runtime-helm
77icon : https://avatars1.githubusercontent.com/u/11412079?v=3
88keywords :
@@ -15,15 +15,7 @@ annotations:
1515 artifacthub.io/alternativeName : " codefresh-gitops-runtime"
1616 artifacthub.io/changes : |-
1717 - kind: changed
18- description: 'fix: argo-events 2.4.7-1-cap-CR-28072 with fix for eventsource restarts (#435)'
19- - kind: changed
20- description: 'feat: bump app-proxy to 1.3389.0 (#432)'
21- - kind: changed
22- description: 'chore: update chart NOTES.txt (#431)'
23- - kind: changed
24- description: 'fix: argocd fullname template; feat: add sources-server and event-reporter versions to codefresh-cm ConfigMap (#430)'
25- - kind: changed
26- description: 'chore(deps): update cf-argocd-extras dependency to 0.3.13 (#427)'
18+ description: patch - private registry external-argocd support and values structure fix (#436)
2719dependencies :
2820 - name : argo-cd
2921 repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change 11## Codefresh gitops runtime
2- ![ Version: 0.18.1 ] ( https://img.shields.io/badge/Version-0.18.1 -informational?style=flat-square ) ![ AppVersion: 0.1.70] ( https://img.shields.io/badge/AppVersion-0.1.70-informational?style=flat-square )
2+ ![ Version: 0.18.2 ] ( https://img.shields.io/badge/Version-0.18.2 -informational?style=flat-square ) ![ AppVersion: 0.1.70] ( https://img.shields.io/badge/AppVersion-0.1.70-informational?style=flat-square )
33
44## Prerequisites
55
@@ -92,7 +92,7 @@ We have created a helper utility to resolve this issue:
9292The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
9393
9494` ` `
95- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.1 <local_registry>
95+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.2 <local_registry>
9696```
9797` output_dir ` - is a local directory where the utility will output files. <br >
9898` local_registry ` - is your local registry where you want to mirror the images to
@@ -105,7 +105,7 @@ The utility will output 4 files into the folder:
105105
106106For usage with external ArgoCD run the utility with ` EXTERNAL_ARGOCD ` environment variable set to ` true ` .
107107```
108- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.1 <local_registry>
108+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.2 <local_registry>
109109```
110110
111111## Openshift
You can’t perform that action at this time.
0 commit comments