Skip to content

Commit 61da359

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2vadim-kharin-codefresh
authored
prepare-version(0.29.9): prepare chart content for release (#1191)
* Update Chart.yaml and changelog for 0.29.9 release * update changelog * update changelog --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Vadim Kharin <vadim.kharin@codefresh.io>
1 parent 4a92a27 commit 61da359

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

charts/gitops-runtime/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ annotations:
1717
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1818
artifacthub.io/changes: |-
1919
- kind: changed
20-
description: 'chore: upgrade argo-cd to 9.5.11'
20+
description: 'update argo-hub codefresh-csdp plugins to 1.1.27'
21+
- kind: changed
22+
description: 'update cap-app-proxy to 1.4091.0'
2123
- kind: security
22-
description: 'chore: patch fix for a critical argo-cd vulnerability.'
24+
description: 'fix various security vulnerabilities in cap-app-proxy and argo-hub codefresh-csdp plugins'
2325
dependencies:
2426
- name: argo-cd
2527
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

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

0 commit comments

Comments
 (0)