Skip to content

Commit 910ac70

Browse files
update Chart.yaml
1 parent 7eb6d5f commit 910ac70

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.75
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.23.0
5+
version: 0.23.1
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,27 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: "chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 - allow concurrent reading of git repo file content (#585), update cf-git-providers to version ^0.15.2 (#590), return the pushed commit sha (#628), fix eventBusName when using jetstream (#636), use proxy env vars in git operations (#646)"
19-
- kind: changed
20-
description: "chore(gitops-operator): update codefresh-gitops-operator to 0.10.2 - stop attempting to resume a non-running workflow (#584), change look back time to 2 hours for git log (#586), Improve error handling and fix bugs from 0.22.0 release for Gitops Operator (#595), add 5 minute max time for curl to complete on action node (#624), update Workflows.Resume to not have a loop (#624), make maps using in multi-threaded contexts, thread safe (#624), Add requeue workaround for degraded rollout apps (#624), update workflow submission logic and improve error handling (#625), add leader election support to agent and remove from handler (#647), don't requeue on known release creation failures (#655), support failing release if app sync fails (#645)"
21-
- kind: changed
22-
description: "chore(argo-rollouts): update argo-rollotus sub-chart to 2.37.3-6-v1.7.2-cap-CR-29629 - solve out-of-sync crds in Argo CD v3 (#630)"
23-
- kind: changed
24-
description: "chore(argo-cd): update argo-cd sub-chart to 8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9 - helm and go-git bump (#599), bump redis version (#631)"
25-
- kind: changed
26-
description: "fix(event-reporter): update cf-argocd-extras to 0.5.12 - dependencies not returned correctly (#616), event-reporter should handle applications from a specific argo-cd instance (#618)"
27-
- kind: changed
28-
description: "feat: add gitops-operator and argocd-extras templates (#591)"
29-
- kind: changed
30-
description: "fix: add retries to argo-event Sensors (#593)"
31-
- kind: changed
32-
description: "feat: jetstream eventbus (#589)"
33-
- kind: changed
34-
description: "fix: support bring-your-own Argo-CD <3.1 (#576)"
35-
- kind: changed
36-
description: "added global proxy variables (#573)"
37-
- kind: changed
38-
description: "fix(Readme): set correct minimal helm version (#569)"
18+
description: bumped app-proxy to 1.3707.0 closed ha gaps (#667)
3919
dependencies:
4020
- name: argo-cd
4121
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.23.0](https://img.shields.io/badge/Version-0.23.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
2+
![Version: 0.23.1](https://img.shields.io/badge/Version-0.23.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

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

146146
```
147-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.0 <local_registry>
147+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.1 <local_registry>
148148
```
149149
`output_dir` - is a local directory where the utility will output files. <br>
150150
`local_registry` - is your local registry where you want to mirror the images to
@@ -157,7 +157,7 @@ The utility will output 4 files into the folder:
157157

158158
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
159159
```
160-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.0 <local_registry>
160+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.1 <local_registry>
161161
```
162162
163163
## Openshift
@@ -247,14 +247,14 @@ gitops-operator:
247247
| 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 |
248248
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
249249
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
250-
| app-proxy.image.tag | string | `"1.3702.0"` | |
250+
| app-proxy.image.tag | string | `"1.3706.0"` | |
251251
| app-proxy.imagePullSecrets | list | `[]` | |
252252
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
253253
| app-proxy.initContainer.env | object | `{}` | |
254254
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
255255
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
256256
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
257-
| app-proxy.initContainer.image.tag | string | `"1.3702.0"` | |
257+
| app-proxy.initContainer.image.tag | string | `"1.3706.0"` | |
258258
| app-proxy.initContainer.resources.limits | object | `{}` | |
259259
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
260260
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |

0 commit comments

Comments
 (0)