From acd60afc993b1de253899735f1e6ae6dc69a3054 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Tue, 9 Dec 2025 09:12:24 +0000 Subject: [PATCH 1/4] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 6 ++---- charts/gitops-runtime/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 2d9d9237..3f255304 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -14,11 +14,9 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" - artifacthub.io/changes: | + artifacthub.io/changes: |- - kind: changed - description: 'Update "argo-workflows" to 0.45.17-v3.6.7-cap-CR-31761' - - kind: security - description: 'Fix security vulnerabilities in "argo-workflows"' + description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' 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 5c164832..d3f3514c 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.26.2](https://img.shields.io/badge/Version-0.26.2-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![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) ## 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.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.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 @@ -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.2 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.3 ``` ## Openshift @@ -546,14 +546,14 @@ global: | 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 | `"ada904f"` | | +| app-proxy.image.tag | string | `"5f0a3d5"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | | app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | | -| app-proxy.initContainer.image.tag | string | `"ada904f"` | | +| app-proxy.initContainer.image.tag | string | `"5f0a3d5"` | | | app-proxy.initContainer.resources.limits | object | `{}` | | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | | | app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | | From 075affeab3c094d8b3d691797b9c5efeacb98db8 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 10 Dec 2025 11:45:22 +0000 Subject: [PATCH 2/4] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 3f255304..6be238e8 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,6 +15,8 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- + - kind: changed + description: updated nats-server-config-reloader (#1004) - kind: changed description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001)' dependencies: From e92c1a82861ae7b8cdb5bc8b6fbb2747a78b0de6 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 17 Dec 2025 13:03:12 +0000 Subject: [PATCH 3/4] Update Chart.yaml and changelog for 0.26.3 release --- charts/gitops-runtime/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 6be238e8..95ce5976 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,6 +15,8 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- + - kind: changed + description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' - kind: changed description: updated nats-server-config-reloader (#1004) - kind: changed From 33bfa7b447ad055f734fca7b51079c3b6c5c4bbb Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 17 Dec 2025 15:15:55 +0200 Subject: [PATCH 4/4] fixed changes --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 95ce5976..f4afa6e1 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,11 +16,11 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix: app-proxy fails to create a Workflow instance (#1008) (#1009)' + 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)' + description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001) - feat: simplify clusters add/remove logic' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm