Skip to content

Commit be6ea2e

Browse files
author
cf-ci-bot-v2
committed
Update Chart.yaml and changelog for 0.26.2 release
1 parent c133748 commit be6ea2e

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ 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: 'Update "argo-workflows" to 0.45.17-v3.6.7-cap-CR-31761'
20-
- kind: security
21-
description: 'Fix security vulnerabilities in "argo-workflows"'
19+
description: 'build: upgrade `argo-workflows` (#998)'
2220
dependencies:
2321
- name: argo-cd
2422
repository: https://argoproj.github.io/argo-helm

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.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)
2+
![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)
33

44
## Table of Content
55

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

224224
```
225-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.1 <local_registry>
225+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 <local_registry>
226226
```
227227
`output_dir` - is a local directory where the utility will output files. <br>
228228
`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:
235235

236236
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
237237
```
238-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.1 <local_registry>
238+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 <local_registry>
239239
```
240240
241241
## Openshift
@@ -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. |
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/ |
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 |

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ argo-events:
312312
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
313313
startCommand: /nats-server
314314
# *********************************************************************************************************************
315-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.16-v3.6.7-cap-CR-30835/charts/argo-workflows
315+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.17-v3.6.7-cap-CR-31761/charts/argo-workflows
316316
# *********************************************************************************************************************
317317
argo-workflows:
318318
fullnameOverride: argo
@@ -345,7 +345,7 @@ codefreshWorkflowLogStoreCM:
345345
endpoint: gitops-workflow-logs.codefresh.io
346346
insecure: false
347347
# *********************************************************************************************************************
348-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-7-v1.7.2-cap-OSS-697/charts/argo-rollouts
348+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-8-v1.7.2-cap-CR-31756/charts/argo-rollouts
349349
# *********************************************************************************************************************
350350
argo-rollouts:
351351
enabled: false

0 commit comments

Comments
 (0)