Skip to content

Commit 69f8d38

Browse files
vitalii-codefreshcf-ci-bot-v2
andauthored
chore: update argocd to v3.3.0 (#1101)
* bump argo-cd dependency to 9.4.2 (argo-cd v.3.3.0) in gitops-runtime chart --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent 7d36f53 commit 69f8d38

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16+
artifacthub.io/changes: |-
17+
1618
dependencies:
1719
- name: argo-cd
1820
repository: https://argoproj.github.io/argo-helm
1921
condition: argo-cd.enabled
20-
version: 9.3.0
22+
version: 9.4.2
2123
- name: argo-workflows
2224
repository: https://codefresh-io.github.io/argo-helm
2325
version: 0.45.18-v3.6.7-cap-CR-32333

charts/gitops-runtime/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
2+
![Version: 0.28.0](https://img.shields.io/badge/Version-0.28.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
33

44
## Table of Content
55

@@ -193,7 +193,7 @@ We have created a helper utility to resolve this issue:
193193
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
194194

195195
```
196-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 <local_registry>
196+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.28.0 <local_registry>
197197
```
198198
`output_dir` - is a local directory where the utility will output files. <br>
199199
`local_registry` - is your local registry where you want to mirror the images to
@@ -206,7 +206,7 @@ The utility will output 4 files into the folder:
206206

207207
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
208208
```
209-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 <local_registry>
209+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.28.0 <local_registry>
210210
```
211211
212212
## Openshift
@@ -779,7 +779,7 @@ global:
779779
| 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 |
780780
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
781781
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
782-
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
782+
| 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/ |
783783
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |
784784
| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
785785
| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |

0 commit comments

Comments
 (0)