File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff 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'
3523dependencies :
3624 - name : argo-cd
3725 repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change 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:
144144The 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
158158For 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
You can’t perform that action at this time.
0 commit comments