Skip to content

Commit bafdcaf

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2vadim-kharin-codefresh
authored
prepare-version(0.29.1): prepare chart content for release (#1148)
* Update Chart.yaml and changelog for 0.29.1 release --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Vadim Kharin <vadim.kharin@codefresh.io>
1 parent 6f6c73a commit bafdcaf

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17-
- kind: added
18-
description: "Added ABAC validation to application existence query"
1917
- kind: changed
20-
description: 'update app-proxy to 1.4074.0'
18+
description: 'update alpine/kubectl to 1.35.3'
2119
- kind: security
22-
description: 'fix various security vulnerabilities in app-proxy'
20+
description: 'fix various security vulnerabilities in argo-workflows'
2321
dependencies:
2422
- name: argo-cd
2523
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.29.0](https://img.shields.io/badge/Version-0.29.0-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square)
2+
![Version: 0.29.1](https://img.shields.io/badge/Version-0.29.1-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-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.29.0 <local_registry>
196+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.1 <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.29.0 <local_registry>
209+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.1 <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.1"},"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)