Skip to content

Commit 4f640af

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2vitalii-codefresh
authored
prepare-version(0.24.1): prepare chart content for release (#715)
* Update Chart.yaml and changelog for 0.24.1 release --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: vitaliichyrka <vitalii.chyrka@codefresh.io>
1 parent 391124c commit 4f640af

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17-
- kind: changed
17+
- kind: security
1818
description: 'chore: security fixes in tunnel-client, argo-events jetstreaming, runtime-installer'
1919
dependencies:
2020
- name: argo-cd

charts/gitops-runtime/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-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.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)
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.0 <local_registry>
209+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.1 <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.0 <local_registry>
222+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.1 <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.3727.0"` | |
326+
| app-proxy.image.tag | string | `"1.3736.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.3727.0"` | |
333+
| app-proxy.initContainer.image.tag | string | `"1.3736.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"` | |
@@ -398,8 +398,8 @@ gitops-operator:
398398
| argo-cd.crds.install | bool | `true` | |
399399
| argo-cd.enabled | bool | `true` | |
400400
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
401-
| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.18.2"` | |
402-
| argo-events.configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.16.0"` | |
401+
| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.19.1"` | |
402+
| argo-events.configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.17.3"` | |
403403
| argo-events.configs.jetstream.versions[0].natsImage | string | `"nats:2.11.4"` | |
404404
| argo-events.configs.jetstream.versions[0].startCommand | string | `"/nats-server"` | |
405405
| argo-events.configs.jetstream.versions[0].version | string | `"latest"` | |
@@ -489,8 +489,9 @@ gitops-operator:
489489
| gitops-operator.crds.install | bool | `true` | Whether or not to install CRDs |
490490
| gitops-operator.crds.keep | bool | `false` | Keep CRDs if gitops runtime release is uninstalled |
491491
| gitops-operator.enabled | bool | `true` | |
492+
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.10.1"` | |
492493
| gitops-operator.fullnameOverride | string | `""` | |
493-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"v0.10.2"}` | GitOps operator image |
494+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"58625b8"}` | GitOps operator image |
494495
| gitops-operator.imagePullSecrets | list | `[]` | |
495496
| gitops-operator.nameOverride | string | `""` | |
496497
| gitops-operator.nodeSelector | object | `{}` | |

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ sealed-secrets:
235235
cpu: 200m
236236
memory: 512Mi
237237
# *********************************************************************************************************************
238-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9/charts/argo-cd
238+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5/charts/argo-cd
239239
# *********************************************************************************************************************
240240
argo-cd:
241241
enabled: true
@@ -502,7 +502,7 @@ internal-router:
502502
# -- Set number of pods that are unavailable after eviction as number or percentage
503503
maxUnavailable: ""
504504
# *********************************************************************************************************************
505-
# DOCS: https://github.com/codefresh-io/codefresh-tunnel-charts/blob/codefresh-tunnel-client-0.1.21-helm/codefresh-tunnel-client/values.yaml
505+
# DOCS: https://github.com/codefresh-io/codefresh-tunnel-charts/blob/codefresh-tunnel-client-0.1.22-helm/codefresh-tunnel-client/values.yaml
506506
# *********************************************************************************************************************
507507
tunnel-client:
508508
# -- Will only be used if global.runtime.ingress.enabled = false

0 commit comments

Comments
 (0)