File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ annotations:
1515 artifacthub.io/alternativeName : " codefresh-gitops-runtime"
1616 artifacthub.io/changes : |-
1717 - kind: changed
18- description: 'fix: deleted git-source appears in application dashboard (#1075)'
18+ description: 'chore: update argo-hub to 1.1.22 (#1092)'
19+ - kind: security
20+ description: 'fix security vulnerabilities in argo-hub images (#1092)'
1921dependencies :
2022 - name : argo-cd
2123 repository : https://argoproj.github.io/argo-helm
Original file line number Diff line number Diff line change 11## Codefresh gitops runtime
2- ![ Version: 0.27.2 ] ( https://img.shields.io/badge/Version-0.27.2 -informational?style=flat-square ) ![ AppVersion: 0.2.1] ( https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square )
2+ ![ Version: 0.27.3 ] ( https://img.shields.io/badge/Version-0.27.3 -informational?style=flat-square ) ![ AppVersion: 0.2.1] ( https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square )
33
44## Table of Content
55
@@ -193,7 +193,7 @@ We have created a helper utility to resolve this issue:
193193The utility is packaged in a container image. Below are instructions on executing the utility using Docker :
194194
195195` ` `
196- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.2 <local_registry>
196+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.3 <local_registry>
197197` ` `
198198` output_dir` - is a local directory where the utility will output files. <br>
199199` local_registry` - is your local registry where you want to mirror the images to
@@ -206,7 +206,7 @@ The utility will output 4 files into the folder:
206206
207207For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
208208```
209- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.2 <local_registry>
209+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.3 <local_registry>
210210```
211211
212212## Openshift
You can’t perform that action at this time.
0 commit comments