From be6ea2e7352795d0f8934e5250cf70142cce7242 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Mon, 8 Dec 2025 12:01:15 +0000 Subject: [PATCH 1/3] Update Chart.yaml and changelog for 0.26.2 release --- charts/gitops-runtime/Chart.yaml | 6 ++---- charts/gitops-runtime/README.md | 8 ++++---- charts/gitops-runtime/values.yaml | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 6ac1346b..d78f28f7 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: 'build: upgrade `argo-workflows` (#998)' 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 6261dbab..2e81ceb2 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.26.1](https://img.shields.io/badge/Version-0.26.1-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![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) ## 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.1 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 ``` `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.1 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 ``` ## Openshift @@ -831,7 +831,7 @@ global: | redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled | | redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated | | redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. | -| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. | +| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ | | redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints | | redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated | | redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread | diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 932652bc..f1c70ff6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -312,7 +312,7 @@ argo-events: configReloaderImage: natsio/nats-server-config-reloader:0.19.1 startCommand: /nats-server # ********************************************************************************************************************* -# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.16-v3.6.7-cap-CR-30835/charts/argo-workflows +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.17-v3.6.7-cap-CR-31761/charts/argo-workflows # ********************************************************************************************************************* argo-workflows: fullnameOverride: argo @@ -345,7 +345,7 @@ codefreshWorkflowLogStoreCM: endpoint: gitops-workflow-logs.codefresh.io insecure: false # ********************************************************************************************************************* -# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-7-v1.7.2-cap-OSS-697/charts/argo-rollouts +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-8-v1.7.2-cap-CR-31756/charts/argo-rollouts # ********************************************************************************************************************* argo-rollouts: enabled: false From 84a7a3d35ea43d649a33fac07f9b183cdac6c580 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Mon, 8 Dec 2025 16:05:23 +0400 Subject: [PATCH 2/3] ci: fix release notes --- charts/gitops-runtime/Chart.yaml | 6 ++++-- charts/gitops-runtime/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index d78f28f7..6ac1346b 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -14,9 +14,11 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" - artifacthub.io/changes: |- + artifacthub.io/changes: | - kind: changed - description: 'build: upgrade `argo-workflows` (#998)' + description: 'Update "argo-workflows" to 0.45.17-v3.6.7-cap-CR-31761' + - kind: security + description: 'Fix security vulnerabilities in "argo-workflows"' 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 2e81ceb2..5c81ac1d 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -831,7 +831,7 @@ global: | redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled | | redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated | | redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. | -| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ | +| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. | | redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints | | redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated | | redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread | From 1a39c327054b171841fd74cb8121ba9f9c6a6d96 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Mon, 8 Dec 2025 19:29:10 +0400 Subject: [PATCH 3/3] docs: fix comments --- charts/gitops-runtime/README.md | 2 +- charts/gitops-runtime/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 5c81ac1d..5c164832 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -831,7 +831,7 @@ global: | redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled | | redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated | | redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. | -| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. | +| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ | | redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints | | redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated | | redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread | diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index f1c70ff6..b576ee52 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -924,7 +924,7 @@ redis-ha: # -- [Tolerations] for use with node taints for Redis pods. tolerations: [] # -- Assign custom [TopologySpreadConstraints] rules to the Redis pods. - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ + # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ topologySpreadConstraints: # -- Enable Redis HA topology spread constraints enabled: false