diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index a2210613..3bd9bdf8 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,13 +16,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1012)' - - kind: changed - description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)' - - kind: changed - description: updated nats-server-config-reloader (#1004) - - kind: changed - description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001) - feat: simplify clusters add/remove logic' + description: 'chore: update argocd to v3.2.2 (#1020)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 3750beaa..689aca8f 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.26.3](https://img.shields.io/badge/Version-0.26.3-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 0.26.4](https://img.shields.io/badge/Version-0.26.4-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) ## Table of Content @@ -222,7 +222,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.26.3 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.4 ``` `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 @@ -235,7 +235,7 @@ The utility will output 4 files into the folder: For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`. ``` -docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.3 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.4 ``` ## Openshift diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 778368bb..ce916dda 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -260,7 +260,7 @@ sealed-secrets: cpu: 200m memory: 512Mi # ********************************************************************************************************************* -# DOCS: https://artifacthub.io/packages/helm/argo/argo-cd/9.0.2?modal=values +# DOCS: https://artifacthub.io/packages/helm/argo/argo-cd/9.1.9?modal=values # ********************************************************************************************************************* argo-cd: enabled: true