From a9a8c7d7a32cc1cd00c703d6f2cd513f794ae81e Mon Sep 17 00:00:00 2001 From: Patroklos Papapetrou Date: Wed, 15 Oct 2025 16:55:00 +0300 Subject: [PATCH 1/3] bumps argo-cd version to the 3.1.5 sync --- 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 ed311db0f..bd32290b1 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-11-cap-v3.1.5-2025-09-29-51be43f7 - 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 5d65c8e73..e23e569ec 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 976674a22808e106d7fb6730666332098179ee24 Mon Sep 17 00:00:00 2001 From: Patroklos Papapetrou Date: Wed, 15 Oct 2025 16:57:35 +0300 Subject: [PATCH 2/3] bumps argo-cd version to the 3.1.5 sync --- charts/gitops-runtime/Chart.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index bd32290b1..b86d37a1d 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,21 +15,11 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: Chore-30961 security argocd-exstras (#729) + description: chore: sync our fork to 3.1.5 sync branch (#428) - kind: changed - description: bump argo-rollouts (#731) + description: fix: restore GetChangeRevision API method (#430) - kind: changed - description: Chore/cr 29689 argo events workflow update with security fixes (#727) - - kind: changed - description: 'fix: security vulnerability CVE-2025-55190 (#733)' - - kind: changed - description: Fix/svc-acc-pre-uninstall-hook (#728) - - kind: changed - description: updated sealed-secrets-controller (#723) (#724) - - kind: changed - description: 'fix: security fix: upgrade cli-v2 and debian versions (#718)' - - kind: changed - description: 'feat: update cap-app-proxy image tags to 1.3750.0 (#720)' + description: feat: backport monorepocontroller annotations to acr controller (#433) dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm From 7cf7838e35ef75a5deedfacb8270c23cc94d48b1 Mon Sep 17 00:00:00 2001 From: Patroklos Papapetrou Date: Wed, 15 Oct 2025 17:00:48 +0300 Subject: [PATCH 3/3] bumps argo-cd version to the 3.1.5 sync --- 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 3639657fd..b9492f44c 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.75 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: '0.24.5' +version: '0.25.0' home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 557359f03..41328e2c9 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![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) +![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-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.3 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.0 ``` `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.3 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.0 ``` ## 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 | `"d0f2de1"` | | +| app-proxy.image.tag | string | `"5aaaae7"` | | | 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":"b9481f8"}` | GitOps operator image | +| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"6cad5ad"}` | GitOps operator image | | gitops-operator.imagePullSecrets | list | `[]` | | | gitops-operator.nameOverride | string | `""` | | | gitops-operator.nodeSelector | object | `{}` | |