File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/component-tests/setup/fixture/simple-app Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11## Codefresh gitops runtime
2- ![ Version: 0.26.8 ] ( https://img.shields.io/badge/Version-0.26.8 -informational?style=flat-square ) ![ AppVersion: 0.2.0] ( https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square )
2+ ![ Version: 0.26.0 ] ( https://img.shields.io/badge/Version-0.26.0 -informational?style=flat-square ) ![ AppVersion: 0.2.0] ( https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square )
33
44## Table of Content
55
@@ -222,7 +222,7 @@ We have created a helper utility to resolve this issue:
222222The utility is packaged in a container image. Below are instructions on executing the utility using Docker :
223223
224224` ` `
225- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.8 <local_registry>
225+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.0 <local_registry>
226226` ` `
227227` output_dir` - is a local directory where the utility will output files. <br>
228228` local_registry` - is your local registry where you want to mirror the images to
@@ -235,7 +235,7 @@ The utility will output 4 files into the folder:
235235
236236For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
237237```
238- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.8 <local_registry>
238+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.0 <local_registry>
239239```
240240
241241## Openshift
Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ A Helm chart for Kubernetes
5252| volumes | list | ` [] ` | |
5353
5454----------------------------------------------
55- Autogenerated from chart metadata using [ helm-docs v1.9.1 ] ( https://github.com/norwoodj/helm-docs/releases/v1.9.1 )
55+ Autogenerated from chart metadata using [ helm-docs v1.14.2 ] ( https://github.com/norwoodj/helm-docs/releases/v1.14.2 )
You can’t perform that action at this time.
0 commit comments