Skip to content

Commit 7747050

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2vasil-cf
authored
prepare-version(0.27.4): prepare chart content for release (#1096)
* Update Chart.yaml and changelog for 0.27.4 release * Update Chart.yaml and changelog for 0.27.4 release * fix: update release notes * fix: update docx --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Vasil Sudakou <vasil.sudakov@codefresh.io> Co-authored-by: Vasil Sudakou <160465134+vasil-cf@users.noreply.github.com>
1 parent 1a90e6e commit 7747050

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17-
- kind: changed
18-
description: 'chore: update argo-hub to 1.1.22 (#1092)'
1917
- kind: security
20-
description: 'fix security vulnerabilities in argo-hub images (#1092)'
18+
description: 'migrate app-proxy-init and gitops-runtime-installer to DHI base images'
19+
- 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'
2123
dependencies:
2224
- name: argo-cd
2325
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.27.3](https://img.shields.io/badge/Version-0.27.3-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.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)
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.3 <local_registry>
196+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.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.27.3 <local_registry>
209+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.4 <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 | `"93121a2"` | |
514+
| app-proxy.image.tag | string | `"fbc0485"` | |
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 | `"93121a2"` | |
521+
| app-proxy.initContainer.image.tag | string | `"fbc0485"` | |
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"` | |
@@ -651,7 +651,7 @@ global:
651651
| gitops-operator.env.<<[0].OTEL_TRACES_SAMPLER | string | `"parentbased_always_on"` | OTel sampler to be used for traces. Ref: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/ |
652652
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.11.1"` | |
653653
| gitops-operator.fullnameOverride | string | `""` | |
654-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"main-c182bdf"}` | GitOps operator image |
654+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"78571af"}` | GitOps operator image |
655655
| gitops-operator.imagePullSecrets | list | `[]` | |
656656
| gitops-operator.nameOverride | string | `""` | |
657657
| gitops-operator.nodeSelector | object | `{}` | |
@@ -728,7 +728,7 @@ global:
728728
| internal-router.fullnameOverride | string | `"internal-router"` | |
729729
| internal-router.image.pullPolicy | string | `"IfNotPresent"` | |
730730
| internal-router.image.repository | string | `"docker.io/nginxinc/nginx-unprivileged"` | |
731-
| internal-router.image.tag | string | `"1.29-alpine3.22"` | |
731+
| internal-router.image.tag | string | `"1.29-alpine3.23"` | |
732732
| internal-router.imagePullSecrets | list | `[]` | |
733733
| internal-router.ipv6 | object | `{"enabled":false}` | For ipv6 enabled clusters switch ipv6 enabled to true |
734734
| internal-router.nameOverride | string | `""` | |

0 commit comments

Comments
 (0)