Skip to content

Commit 27106c5

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2vasil-cf
authored
prepare-version(0.27.5): prepare chart content for release (#1111)
* Update Chart.yaml and changelog for 0.27.5 release * fix: update release notes * chore: trigger pipelines --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Vasil Sudakou <vasil.sudakov@codefresh.io>
1 parent 3b3888c commit 27106c5

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16+
artifacthub.io/containsSecurityUpdates: "true"
1617
artifacthub.io/changes: |-
1718
- kind: security
18-
description: 'migrate app-proxy-init and gitops-runtime-installer to DHI base images'
19+
description: 'bump Node.js to v22.22.0 for cap-app-proxy'
1920
- kind: security
20-
description: 'update nginx-unprivileged and codefresh-gitops-operator'
21-
- kind: fixed
22-
description: 'runtime components logs not working for some of components'
21+
description: 'bump alpine/kubectl to v1.35.1'
2322
dependencies:
2423
- name: argo-cd
2524
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.27.4](https://img.shields.io/badge/Version-0.27.4-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square)
2+
![Version: 0.27.5](https://img.shields.io/badge/Version-0.27.5-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-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.27.4 <local_registry>
196+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.5 <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.27.4 <local_registry>
209+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.5 <local_registry>
210210
```
211211
212212
## Openshift
@@ -511,14 +511,14 @@ global:
511511
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
512512
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
513513
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
514-
| app-proxy.image.tag | string | `"fbc0485"` | |
514+
| app-proxy.image.tag | string | `"f1a9078"` | |
515515
| app-proxy.imagePullSecrets | list | `[]` | |
516516
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
517517
| app-proxy.initContainer.env | object | `{}` | |
518518
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
519519
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
520520
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
521-
| app-proxy.initContainer.image.tag | string | `"fbc0485"` | |
521+
| app-proxy.initContainer.image.tag | string | `"f1a9078"` | |
522522
| app-proxy.initContainer.resources.limits | object | `{}` | |
523523
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
524524
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -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.1"},"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)