11## Codefresh gitops runtime
2- ![ Version: 0.24.5 ] ( https://img.shields.io/badge/Version-0.24.5 -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.6 ] ( https://img.shields.io/badge/Version-0.24.6 -informational?style=flat-square ) ![ AppVersion: 0.1.75] ( https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square )
33
44## Prerequisites
55
@@ -206,7 +206,7 @@ We have created a helper utility to resolve this issue:
206206The utility is packaged in a container image. Below are instructions on executing the utility using Docker :
207207
208208` ` `
209- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.5 <local_registry>
209+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.6 <local_registry>
210210` ` `
211211` output_dir` - is a local directory where the utility will output files. <br>
212212` 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:
219219
220220For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
221221```
222- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.5 <local_registry>
222+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.6 <local_registry>
223223```
224224
225225## Openshift
@@ -491,7 +491,7 @@ gitops-operator:
491491| gitops-operator.enabled | bool | `true` | |
492492| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.10.1"` | |
493493| gitops-operator.fullnameOverride | string | `""` | |
494- | gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"6cad5ad "}` | GitOps operator image |
494+ | gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"8cbca33 "}` | GitOps operator image |
495495| gitops-operator.imagePullSecrets | list | `[]` | |
496496| gitops-operator.nameOverride | string | `""` | |
497497| gitops-operator.nodeSelector | object | `{}` | |
0 commit comments