Skip to content

Commit 2b857ca

Browse files
create release 0.23 draft
1 parent f637cb2 commit 2b857ca

File tree

2 files changed

+113
-33
lines changed

2 files changed

+113
-33
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 86 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 0.23.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -13,30 +13,89 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16+
artifacthub.io/changes: |-
17+
- kind: changed
18+
description: 'feat: solve out-of-sync crds in Argo CD v3 (#630)'
19+
- kind: changed
20+
description: 'feat: add leader election support to agent and remove from handler (#647)'
21+
- kind: changed
22+
description: 'chore: update cap-app-proxy image tags to 1.3694.0 - use proxy env vars in git operations (#646)'
23+
- kind: changed
24+
description: quote proxy env vars (#644)
25+
- kind: changed
26+
description: 'fix: update workflow submission logic and improve error handling (#625)'
27+
- kind: changed
28+
description: 'chore: update cap-app-proxy image tags to 1.3688.0 - fix eventBusName when using jetstream (#636)'
29+
- kind: changed
30+
description: 'fix: argo helm bump redis version (#631)'
31+
- kind: changed
32+
description: 'feat(app-proxy): add leader election (#621)'
33+
- kind: changed
34+
description: 'chore: update cap-app-proxy image tags to 1.3680.0 - fix: return the pushed commit sha (#6560) (#628)'
35+
- kind: changed
36+
description: 'chore: Gitops Operator to v0.8.11 to fix 4 issues (#624)'
37+
- kind: changed
38+
description: 'fix: GITOPS_OPERATOR_VERSION should be based upon its own tag, and not the chart appVersion (#626)'
39+
- kind: changed
40+
description: 'fix: event-reporter should handle applications from a specific argo-cd instance (#618)'
41+
- kind: changed
42+
description: '[cf-argocd-extras]fix: dependencies not returned correctly (#616)'
43+
- kind: changed
44+
description: 'chore: update README.md'
45+
- kind: changed
46+
description: 'feat: add gitops-operator and argocd-extras templates (#591)'
47+
- kind: changed
48+
description: 'feat: updated argo cd to 8.0.6-5-cap-v3.0.2-2025-07-21-ac26d0e2 with helm and go-git bump (#599)'
49+
- kind: changed
50+
description: remove submodules
51+
- kind: changed
52+
description: 'fix: add retries to argo-event Sensors (#593)'
53+
- kind: changed
54+
description: bump gitops operator to v0.8.6 (#595)
55+
- kind: changed
56+
description: 'chore: update app-proxy image tags to 1.3651.0 (#590)'
57+
- kind: changed
58+
description: 'feat: jetstream eventbus (#589)'
59+
- kind: changed
60+
description: 'chore: update app-proxy image tags to 1.3642.0 (#585)'
61+
- kind: changed
62+
description: 'chore: bump app proxy to revert cf-git-provider that had error handling issue (#587)'
63+
- kind: changed
64+
description: bump gitops operator chart version to 0.8.5 (#586)
65+
- kind: changed
66+
description: 'chore: update codefresh-gitops-operator version to 0.8.4 - stop attempting to resume a non-running workflow (#584)'
67+
- kind: changed
68+
description: 'chore: bump gitops operator to revert relative path (#579)'
69+
- kind: changed
70+
description: 'fix: update REQUIRED_VERSION_CONSTRAINT for Argo CD compatibility (#576)'
71+
- kind: changed
72+
description: added global proxy variables (#573)
73+
- kind: changed
74+
description: 'fix(Readme): set correct minimal helm version (#569)'
1675
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
condition: argo-cd.enabled
20-
version: 8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9
21-
- name: argo-events
22-
repository: https://codefresh-io.github.io/argo-helm
23-
version: 2.4.8-cap-CR-29689
24-
- name: argo-workflows
25-
repository: https://codefresh-io.github.io/argo-helm
26-
version: 0.45.15-v3.6.7-cap-CR-28355
27-
condition: argo-workflows.enabled
28-
- name: argo-rollouts
29-
repository: https://codefresh-io.github.io/argo-helm
30-
version: 2.37.3-6-v1.7.2-cap-CR-29629
31-
condition: argo-rollouts.enabled
32-
- name: sealed-secrets
33-
repository: https://bitnami-labs.github.io/sealed-secrets/
34-
version: 2.17.2
35-
- name: codefresh-tunnel-client
36-
repository: oci://quay.io/codefresh/charts
37-
version: 0.1.21
38-
alias: tunnel-client
39-
condition: tunnel-client.enabled
40-
- name: cf-common
41-
repository: oci://quay.io/codefresh/charts
42-
version: 0.27.0
76+
- name: argo-cd
77+
repository: https://codefresh-io.github.io/argo-helm
78+
condition: argo-cd.enabled
79+
version: 8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9
80+
- name: argo-events
81+
repository: https://codefresh-io.github.io/argo-helm
82+
version: 2.4.8-cap-CR-29689
83+
- name: argo-workflows
84+
repository: https://codefresh-io.github.io/argo-helm
85+
version: 0.45.15-v3.6.7-cap-CR-28355
86+
condition: argo-workflows.enabled
87+
- name: argo-rollouts
88+
repository: https://codefresh-io.github.io/argo-helm
89+
version: 2.37.3-6-v1.7.2-cap-CR-29629
90+
condition: argo-rollouts.enabled
91+
- name: sealed-secrets
92+
repository: https://bitnami-labs.github.io/sealed-secrets/
93+
version: 2.17.2
94+
- name: codefresh-tunnel-client
95+
repository: oci://quay.io/codefresh/charts
96+
version: 0.1.21
97+
alias: tunnel-client
98+
condition: tunnel-client.enabled
99+
- name: cf-common
100+
repository: oci://quay.io/codefresh/charts
101+
version: 0.27.0

charts/gitops-runtime/README.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.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.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)
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.0.0 <local_registry>
147+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.0 <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.0.0 <local_registry>
160+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.0 <local_registry>
161161
```
162162
163163
## Openshift
@@ -247,17 +247,35 @@ 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.3680.0"` | |
250+
| app-proxy.image.tag | string | `"1.3694.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.3680.0"` | |
257+
| app-proxy.initContainer.image.tag | string | `"1.3694.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"` | |
261+
| app-proxy.leader-elector.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
262+
| app-proxy.leader-elector.image.registry | string | `"quay.io"` | |
263+
| app-proxy.leader-elector.image.repository | string | `"codefresh/leader-elector"` | |
264+
| app-proxy.leader-elector.image.tag | string | `"v0.0.1"` | |
265+
| app-proxy.leader-elector.livenessProbe.failureThreshold | int | `10` | |
266+
| app-proxy.leader-elector.livenessProbe.initialDelaySeconds | int | `10` | |
267+
| app-proxy.leader-elector.livenessProbe.periodSeconds | int | `10` | |
268+
| app-proxy.leader-elector.livenessProbe.successThreshold | int | `1` | |
269+
| app-proxy.leader-elector.livenessProbe.timeoutSeconds | int | `10` | |
270+
| app-proxy.leader-elector.readinessProbe.failureThreshold | int | `3` | |
271+
| app-proxy.leader-elector.readinessProbe.initialDelaySeconds | int | `10` | |
272+
| app-proxy.leader-elector.readinessProbe.periodSeconds | int | `10` | |
273+
| app-proxy.leader-elector.readinessProbe.successThreshold | int | `1` | |
274+
| app-proxy.leader-elector.readinessProbe.timeoutSeconds | int | `10` | |
275+
| app-proxy.leader-elector.resources.limits.cpu | string | `"200m"` | |
276+
| app-proxy.leader-elector.resources.limits.memory | string | `"200Mi"` | |
277+
| app-proxy.leader-elector.resources.requests.cpu | string | `"100m"` | |
278+
| app-proxy.leader-elector.resources.requests.memory | string | `"100Mi"` | |
261279
| app-proxy.livenessProbe.failureThreshold | int | `10` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded. |
262280
| app-proxy.livenessProbe.initialDelaySeconds | int | `10` | Number of seconds after the container has started before [probe] is initiated. |
263281
| app-proxy.livenessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the [probe]. |
@@ -397,10 +415,13 @@ gitops-operator:
397415
| gitops-operator.fullnameOverride | string | `""` | |
398416
| gitops-operator.image.registry | string | `"quay.io"` | defaults |
399417
| gitops-operator.image.repository | string | `"codefresh/codefresh-gitops-operator"` | |
400-
| gitops-operator.image.tag | string | `"v0.8.11"` | |
418+
| gitops-operator.image.tag | string | `"v0.10.0"` | |
401419
| gitops-operator.imagePullSecrets | list | `[]` | |
402420
| gitops-operator.nameOverride | string | `""` | |
403421
| gitops-operator.nodeSelector | object | `{}` | |
422+
| gitops-operator.pdb.enabled | bool | `false` | |
423+
| gitops-operator.pdb.maxUnavailable | string | `""` | |
424+
| gitops-operator.pdb.minAvailable | int | `1` | |
404425
| gitops-operator.podAnnotations | object | `{}` | |
405426
| gitops-operator.podLabels | object | `{}` | |
406427
| gitops-operator.replicaCount | int | `1` | |

0 commit comments

Comments
 (0)