From 2a5ee547d15cbdadf3c82d62201d552a6ddfcdfc Mon Sep 17 00:00:00 2001 From: kim-codefresh Date: Tue, 3 Jun 2025 13:14:44 +0300 Subject: [PATCH 1/3] feat: update argo workflow to 0.45.15-v3.6.7-cap-CR-28355 (#517) * feat: update argo workflow to 0.45.15-v3.6.7-cap-CR-28355 * trigger --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 209ed2f55..15461466d 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -32,7 +32,7 @@ dependencies: version: 2.4.7-1-cap-CR-28072 - name: argo-workflows repository: https://codefresh-io.github.io/argo-helm - version: 0.45.2-v3.6.4-cap-CR-27392 + version: 0.45.15-v3.6.7-cap-CR-28355 condition: argo-workflows.enabled - name: argo-rollouts repository: https://codefresh-io.github.io/argo-helm From 1180899d488c3dfc489a34b45b21ceaef858be59 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 3 Jun 2025 14:55:26 +0300 Subject: [PATCH 2/3] feat: sync Argo Workflows 3.6.7 (#517) --- charts/gitops-runtime/Chart.yaml | 10 ++-------- charts/gitops-runtime/README.md | 6 +++--- charts/gitops-runtime/values.yaml | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 15461466d..c7b7ce306 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.71 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.19.2 +version: 0.19.0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -15,13 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: updated csdp, gitops-operator (#467) - - kind: changed - description: updated nginx (#465) - - kind: changed - description: 'feat: security fixes for Argo Rollouts 1.7.2 (#460)' - - kind: changed - description: updated sealed-secrets (#464) + description: 'feat: security fixes for Argo Workflows 3.6.7 (#517)' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index a4c2bf5a1..b71ec3ae7 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.19.2](https://img.shields.io/badge/Version-0.19.2-informational?style=flat-square) ![AppVersion: 0.1.71](https://img.shields.io/badge/AppVersion-0.1.71-informational?style=flat-square) +![Version: 0.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=flat-square) ![AppVersion: 0.1.71](https://img.shields.io/badge/AppVersion-0.1.71-informational?style=flat-square) ## Prerequisites @@ -112,7 +112,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.19.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.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 @@ -125,7 +125,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.19.2 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.0 ``` ## Openshift diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 50c4cbb90..7288bbdde 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -268,7 +268,7 @@ argo-events: configReloaderImage: natsio/nats-server-config-reloader:0.16.0 startCommand: /nats-server # --------------------------------------------------------------------------------------------------------------------- -# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.2-v3.6.4-cap-CR-27392/charts/argo-workflows +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows # --------------------------------------------------------------------------------------------------------------------- argo-workflows: fullnameOverride: argo From c0e9443d70e612ec26a40f2360f899081e133418 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 3 Jun 2025 14:55:34 +0300 Subject: [PATCH 3/3] feat: sync Argo Workflows 3.6.7 (#517) --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index c7b7ce306..91c605574 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,7 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'feat: security fixes for Argo Workflows 3.6.7 (#517)' + description: 'feat: sync Argo Workflows 3.6.7 (#517)' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm