Skip to content

Commit c133748

Browse files
masontikhonovcf-ci-bot-v2
andauthored
build: upgrade argo-workflows (#998)
* build: upgrade `argo-workflows` * CI Automatic commit - align Chart version * CI Automatic commit - align Chart version --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent 1c6bf32 commit c133748

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.2.0
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.26.1
5+
version: 0.26.2
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -12,16 +12,13 @@ maintainers:
1212
- name: codefresh
1313
url: https://codefresh-io.github.io/
1414
annotations:
15+
artifacthub.io/containsSecurityUpdates: "true"
1516
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16-
artifacthub.io/changes: |-
17+
artifacthub.io/changes: |
1718
- kind: changed
18-
description: 'updated gitops-operator with security fixes: CVE-2025-5187'
19-
- kind: changed
20-
description: 'updated Argo Rollouts to v1.7.2 with security fixes: CVE-2025-5187'
21-
- kind: changed
22-
description: 'updated cli-v2 to v0.2.14 in runtime-installer with fixes: CVE-2024-25621'
23-
- kind: changed
24-
description: 'updated cap-app-proxy with security fixes'
19+
description: 'Update "argo-workflows" to 0.45.17-v3.6.7-cap-CR-31761'
20+
- kind: security
21+
description: 'Fix security vulnerabilities in "argo-workflows"'
2522
dependencies:
2623
- name: argo-cd
2724
repository: https://argoproj.github.io/argo-helm
@@ -33,7 +30,7 @@ dependencies:
3330
condition: argo-events.enabled
3431
- name: argo-workflows
3532
repository: https://codefresh-io.github.io/argo-helm
36-
version: 0.45.16-v3.6.7-cap-CR-30835
33+
version: 0.45.17-v3.6.7-cap-CR-31761
3734
condition: argo-workflows.enabled
3835
- name: argo-rollouts
3936
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ global:
831831
| 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 |
832832
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
833833
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
834-
| 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/ |
834+
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
835835
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |
836836
| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
837837
| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |

tests/component-tests/setup/fixture/simple-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ A Helm chart for Kubernetes
5252
| volumes | list | `[]` | |
5353

5454
----------------------------------------------
55-
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
55+
Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1)

0 commit comments

Comments
 (0)