From 8c9e959dbd7f24feec3782b76d7c8f088fd6e7eb Mon Sep 17 00:00:00 2001 From: Patroklos Papapetrou Date: Wed, 1 Oct 2025 13:08:05 +0300 Subject: [PATCH 1/2] bumps argo-cd helm chart for redis 8.2.1 upgrade --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index ed311db0..20d1e994 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -34,7 +34,7 @@ dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm condition: argo-cd.enabled - version: 8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5 + version: 8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922 - name: argo-events repository: https://codefresh-io.github.io/argo-helm version: 2.4.9-cap-CR-30841 diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 5d65c8e7..e23e569e 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.24.2](https://img.shields.io/badge/Version-0.24.2-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square) +![Version: 0.24.3](https://img.shields.io/badge/Version-0.24.3-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square) ## Prerequisites @@ -206,7 +206,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.24.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 ``` `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 @@ -219,7 +219,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.24.2 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 ``` ## Openshift @@ -323,7 +323,7 @@ gitops-operator: | app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | | -| app-proxy.image.tag | string | `"1.3750.0"` | | +| app-proxy.image.tag | string | `"d0f2de1"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | @@ -491,7 +491,7 @@ gitops-operator: | gitops-operator.enabled | bool | `true` | | | gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.10.1"` | | | gitops-operator.fullnameOverride | string | `""` | | -| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"d6c93d9"}` | GitOps operator image | +| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"b9481f8"}` | GitOps operator image | | gitops-operator.imagePullSecrets | list | `[]` | | | gitops-operator.nameOverride | string | `""` | | | gitops-operator.nodeSelector | object | `{}` | | From 2d776a7de13259f150471af0222e5f6510e7e817 Mon Sep 17 00:00:00 2001 From: Patroklos Papapetrou Date: Wed, 1 Oct 2025 14:30:39 +0300 Subject: [PATCH 2/2] dummy change --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0ccbca07..5843aed2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ See official documentation here: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/ - ## To adopt argoproj crds: 1. Make sure kubectl is on the runtime cluster context