diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index b4887a482..86c15e20e 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.35 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.2.19 +version: 0.2.20 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -15,11 +15,11 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: | - kind: changed - description: Update Argo Rollouts to v1.5.0 + description: Update ArgoCD to v2.8.1-cap-CR-not-setup-kustomize-ns dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm - version: 5.46.2-2-cap-CR-player-and-vuln-fix + version: 5.46.2-3-cap-CR-not-setup-kustomize-ns - name: argo-events repository: https://codefresh-io.github.io/argo-helm version: 2.0.9-1-cap-CR-19893 diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index fb48c26fd..8947011ae 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.2.19](https://img.shields.io/badge/Version-0.2.19-informational?style=flat-square) ![AppVersion: 0.1.35](https://img.shields.io/badge/AppVersion-0.1.35-informational?style=flat-square) +![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![AppVersion: 0.1.35](https://img.shields.io/badge/AppVersion-0.1.35-informational?style=flat-square) ## Codefresh official documentation: Prior to running the installation please see the official documentation at: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/ @@ -15,7 +15,7 @@ We have created a helper utility to resolve this issue: The utility is packaged in a container image. Below are instructions on executing the utility using Docker: ``` -docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.19 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.20 ``` `output_dir` - is a local directory where the utility will output files.
`local_registry` - is your local registry where you want to mirror the images to