Skip to content

Commit 51e7923

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2vitalii-codefresh
authored
prepare-version(0.24.2): prepare chart content for release (#721)
* Update Chart.yaml and changelog for 0.24.2 release * Update Chart.yaml and changelog for 0.24.2 release * Update Chart.yaml and changelog for 0.24.2 release * Update Chart.yaml and changelog for 0.24.2 release * Update Chart.yaml and changelog for 0.24.2 release * Update Chart.yaml and changelog for 0.24.2 release * Update Chart.yaml and changelog for 0.24.2 release * Update Chart.yaml and changelog for 0.24.2 release * upd docs --------- Co-authored-by: cf-ci-bot-v2 <[email protected]> Co-authored-by: vitalii-codefresh <[email protected]>
1 parent 50457a8 commit 51e7923

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,22 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17-
- kind: security
18-
description: 'fix: security vulnerability in codefresh-gitops-operator'
17+
- kind: changed
18+
description: Chore-30961 security argocd-exstras (#729)
19+
- kind: changed
20+
description: bump argo-rollouts (#731)
21+
- kind: changed
22+
description: Chore/cr 29689 argo events workflow update with security fixes (#727)
23+
- kind: changed
24+
description: 'fix: security vulnerability CVE-2025-55190 (#733)'
25+
- kind: changed
26+
description: Fix/svc-acc-pre-uninstall-hook (#728)
27+
- kind: changed
28+
description: updated sealed-secrets-controller (#723) (#724)
29+
- kind: changed
30+
description: 'fix: security fix: upgrade cli-v2 and debian versions (#718)'
31+
- kind: changed
32+
description: 'feat: update cap-app-proxy image tags to 1.3750.0 (#720)'
1933
dependencies:
2034
- name: argo-cd
2135
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.24.1](https://img.shields.io/badge/Version-0.24.1-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
2+
![Version: 0.24.2](https://img.shields.io/badge/Version-0.24.2-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
33

44
## Prerequisites
55

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

208208
```
209-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.1 <local_registry>
209+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
210210
```
211211
`output_dir` - is a local directory where the utility will output files. <br>
212212
`local_registry` - is your local registry where you want to mirror the images to
@@ -219,7 +219,7 @@ The utility will output 4 files into the folder:
219219

220220
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
221221
```
222-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.1 <local_registry>
222+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
223223
```
224224
225225
## Openshift
@@ -323,14 +323,14 @@ gitops-operator:
323323
| 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 |
324324
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
325325
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
326-
| app-proxy.image.tag | string | `"1.3736.0"` | |
326+
| app-proxy.image.tag | string | `"1.3750.0"` | |
327327
| app-proxy.imagePullSecrets | list | `[]` | |
328328
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
329329
| app-proxy.initContainer.env | object | `{}` | |
330330
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
331331
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
332332
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
333-
| app-proxy.initContainer.image.tag | string | `"1.3736.0"` | |
333+
| app-proxy.initContainer.image.tag | string | `"1.3750.0"` | |
334334
| app-proxy.initContainer.resources.limits | object | `{}` | |
335335
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
336336
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -419,10 +419,10 @@ gitops-operator:
419419
| argo-workflows.mainContainer.resources.requests.ephemeral-storage | string | `"10Mi"` | |
420420
| argo-workflows.server.authModes | list | `["client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
421421
| argo-workflows.server.baseHref | string | `"/workflows/"` | Do not change. Workflows UI is only accessed through internal router, changing this values will break routing to workflows native UI from Codefresh. |
422-
| cf-argocd-extras | object | `{"eventReporter":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.14"}},"enabled":true,"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"serviceMonitor":{"main":{"enabled":false}},"tolerations":[]},"sourcesServer":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.14"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}}` | Codefresh extra services for ArgoCD |
422+
| cf-argocd-extras | object | `{"eventReporter":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"c74d94c"}},"enabled":true,"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"serviceMonitor":{"main":{"enabled":false}},"tolerations":[]},"sourcesServer":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"c74d94c"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}}` | Codefresh extra services for ArgoCD |
423423
| cf-argocd-extras.eventReporter.pdb.enabled | bool | `false` | Enable PDB for event-reporter |
424424
| cf-argocd-extras.eventReporter.serviceMonitor.main.enabled | bool | `false` | Enable ServiceMonitor for event reporter |
425-
| cf-argocd-extras.sourcesServer | object | `{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.14"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}` | Sources server configuration |
425+
| cf-argocd-extras.sourcesServer | object | `{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"c74d94c"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}` | Sources server configuration |
426426
| cf-argocd-extras.sourcesServer.hpa.enabled | bool | `false` | Enable HPA for sources server |
427427
| cf-argocd-extras.sourcesServer.pdb.enabled | bool | `false` | Enable PDB for sources server |
428428
| codefreshWorkflowLogStoreCM | object | `{"enabled":true,"endpoint":"gitops-workflow-logs.codefresh.io","insecure":false}` | Argo workflows logs storage on Codefresh platform settings. Don't change unless instructed by Codefresh support. |
@@ -491,7 +491,7 @@ gitops-operator:
491491
| gitops-operator.enabled | bool | `true` | |
492492
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.10.1"` | |
493493
| gitops-operator.fullnameOverride | string | `""` | |
494-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"58625b8"}` | GitOps operator image |
494+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"d6c93d9"}` | GitOps operator image |
495495
| gitops-operator.imagePullSecrets | list | `[]` | |
496496
| gitops-operator.nameOverride | string | `""` | |
497497
| gitops-operator.nodeSelector | object | `{}` | |
@@ -605,7 +605,7 @@ gitops-operator:
605605
| sealed-secrets.fullnameOverride | string | `"sealed-secrets-controller"` | |
606606
| sealed-secrets.image.registry | string | `"quay.io"` | |
607607
| sealed-secrets.image.repository | string | `"codefresh/sealed-secrets-controller"` | |
608-
| sealed-secrets.image.tag | string | `"0.29.0"` | |
608+
| sealed-secrets.image.tag | string | `"0.32.0"` | |
609609
| sealed-secrets.keyrenewperiod | string | `"720h"` | |
610610
| sealed-secrets.resources.limits.cpu | string | `"500m"` | |
611611
| sealed-secrets.resources.limits.memory | string | `"1Gi"` | |

0 commit comments

Comments
 (0)