Skip to content

Commit 84a7a3d

Browse files
committed
ci: fix release notes
1 parent be6ea2e commit 84a7a3d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ maintainers:
1414
annotations:
1515
artifacthub.io/containsSecurityUpdates: "true"
1616
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
17-
artifacthub.io/changes: |-
17+
artifacthub.io/changes: |
1818
- kind: changed
19-
description: 'build: upgrade `argo-workflows` (#998)'
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"'
2022
dependencies:
2123
- name: argo-cd
2224
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
@@ -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 |

0 commit comments

Comments
 (0)