Skip to content

Commit 8fda717

Browse files
author
cf-ci-bot-v2
committed
Update Chart.yaml and changelog for 0.28.4 release
1 parent e18ef49 commit 8fda717

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'update app-proxy to 1.4074.0'
19-
- kind: security
20-
description: 'fix various security vulnerabilities in app-proxy'
18+
description: 'chore: fix various security vulnerabilities in argo-workflows (#1143)'
2119
dependencies:
2220
- name: argo-cd
2321
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.28.3](https://img.shields.io/badge/Version-0.28.3-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.4](https://img.shields.io/badge/Version-0.28.4-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.28.3 <local_registry>
196+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.28.4 <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.28.3 <local_registry>
209+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.28.4 <local_registry>
210210
```
211211
212212
## Openshift
@@ -784,7 +784,7 @@ global:
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 |
786786
| redis-ha.topologySpreadConstraints.whenUnsatisfiable | string | `""` (defaults to `ScheduleAnyway`) | Enforcement policy, hard or soft |
787-
| redis-secret-init | object | `{"affinity":{},"image":{"registry":"docker.io","repository":"alpine/kubectl","tag":"1.35.0"},"nodeSelector":{},"tolerations":[]}` | Enable hook job to create redis secret |
787+
| redis-secret-init | object | `{"affinity":{},"image":{"registry":"docker.io","repository":"alpine/kubectl","tag":"1.35.3"},"nodeSelector":{},"tolerations":[]}` | Enable hook job to create redis secret |
788788
| redis.image | object | `{"registry":"public.ecr.aws","repository":"docker/library/redis","tag":"8.2.1-alpine"}` | Redis image |
789789
| redis.metrics | object | `{"enabled":true,"env":{},"envFrom":[],"image":{"registry":"ghcr.io","repository":"oliver006/redis_exporter","tag":"v1.72.1"},"livenessProbe":{"enabled":true,"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":15,"successThreshold":1,"timeoutSeconds":15},"readinessProbe":{"enabled":true,"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":15,"successThreshold":1,"timeoutSeconds":15},"resources":{},"serviceMonitor":{"enabled":false}}` | Enable metrics sidecar |
790790
| redis.metrics.serviceMonitor | object | `{"enabled":false}` | Enable a prometheus ServiceMonitor |

0 commit comments

Comments
 (0)