Skip to content

Commit 0f3f587

Browse files
committed
create release 0.20 draft
1 parent 5247849 commit 0f3f587

File tree

3 files changed

+84
-45
lines changed

3 files changed

+84
-45
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 43 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 1.0.0
2+
appVersion: 0.1.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 1.0.0
5+
version: 0.20.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,9 +15,17 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: create release 1.0.0 draft
18+
description: 'feat: update argo workflow to 0.45.15-v3.6.7-cap-CR-28355 (#517)'
1919
- kind: changed
20-
description: 'chore: remove deprecated event reporter templates for rollout and wor… (#490)'
20+
description: bump gitops operator version to 0.7.12 (#528)
21+
- kind: changed
22+
description: 'fix: empty sha from previous commit'
23+
- kind: changed
24+
description: 'feat: add support for custom TLS certificates from the platform (#519)'
25+
- kind: changed
26+
description: 'fix: update ConfigMap name in Argo CD root path retrieval script (#514)'
27+
- kind: changed
28+
description: 'fix(event-reporter): service labels (#515)'
2129
- kind: changed
2230
description: 'feat: updated argo cd helm to 7.8.23-5-cap-v2.14.9-2025-05-20-9356e64a (#508)'
2331
- kind: changed
@@ -99,34 +107,34 @@ annotations:
99107
- kind: changed
100108
description: updated debian, cf-cli, kubectl (#454)
101109
dependencies:
102-
- name: argo-cd
103-
repository: https://codefresh-io.github.io/argo-helm
104-
condition: argo-cd.enabled
105-
version: 7.8.23-5-cap-v2.14.9-2025-05-20-9356e64a
106-
- name: argo-events
107-
repository: https://codefresh-io.github.io/argo-helm
108-
version: 2.4.7-2-cap-CR-28072
109-
- name: argo-workflows
110-
repository: https://codefresh-io.github.io/argo-helm
111-
version: 0.45.15-v3.6.7-cap-CR-28355
112-
condition: argo-workflows.enabled
113-
- name: argo-rollouts
114-
repository: https://codefresh-io.github.io/argo-helm
115-
version: 2.37.3-4-v1.7.2-cap-CR-28008
116-
condition: argo-rollouts.enabled
117-
- name: sealed-secrets
118-
repository: https://bitnami-labs.github.io/sealed-secrets/
119-
version: 2.17.2
120-
- name: codefresh-tunnel-client
121-
repository: oci://quay.io/codefresh/charts
122-
version: 0.1.21
123-
alias: tunnel-client
124-
condition: tunnel-client.enabled
125-
- name: codefresh-gitops-operator
126-
repository: oci://quay.io/codefresh/charts
127-
version: 0.7.12
128-
alias: gitops-operator
129-
condition: gitops-operator.enabled
130-
- name: cf-argocd-extras
131-
repository: oci://quay.io/codefresh/charts
132-
version: 0.5.5
110+
- name: argo-cd
111+
repository: https://codefresh-io.github.io/argo-helm
112+
condition: argo-cd.enabled
113+
version: 7.8.23-5-cap-v2.14.9-2025-05-20-9356e64a
114+
- name: argo-events
115+
repository: https://codefresh-io.github.io/argo-helm
116+
version: 2.4.7-2-cap-CR-28072
117+
- name: argo-workflows
118+
repository: https://codefresh-io.github.io/argo-helm
119+
version: 0.45.15-v3.6.7-cap-CR-28355
120+
condition: argo-workflows.enabled
121+
- name: argo-rollouts
122+
repository: https://codefresh-io.github.io/argo-helm
123+
version: 2.37.3-4-v1.7.2-cap-CR-28008
124+
condition: argo-rollouts.enabled
125+
- name: sealed-secrets
126+
repository: https://bitnami-labs.github.io/sealed-secrets/
127+
version: 2.17.2
128+
- name: codefresh-tunnel-client
129+
repository: oci://quay.io/codefresh/charts
130+
version: 0.1.21
131+
alias: tunnel-client
132+
condition: tunnel-client.enabled
133+
- name: codefresh-gitops-operator
134+
repository: oci://quay.io/codefresh/charts
135+
version: 0.7.12
136+
alias: gitops-operator
137+
condition: gitops-operator.enabled
138+
- name: cf-argocd-extras
139+
repository: oci://quay.io/codefresh/charts
140+
version: 0.5.5

charts/gitops-runtime/README.md

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

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

134134
```
135-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:1.0.0 <local_registry>
135+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.20.0 <local_registry>
136136
```
137137
`output_dir` - is a local directory where the utility will output files. <br>
138138
`local_registry` - is your local registry where you want to mirror the images to
@@ -145,7 +145,7 @@ The utility will output 4 files into the folder:
145145

146146
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
147147
```
148-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:1.0.0 <local_registry>
148+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.20.0 <local_registry>
149149
```
150150
151151
## Openshift
@@ -274,9 +274,42 @@ sealed-secrets:
274274
| cf-argocd-extras.sourcesServer | object | `{"affinity":{},"enabled":true,"hpa":{"enabled":true},"nodeSelector":{},"tolerations":[]}` | Sources server configuration |
275275
| cf-argocd-extras.sourcesServer.hpa.enabled | bool | `true` | Enable HPA for sources server |
276276
| 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. |
277-
| event-reporters | object | `{"workflow":{"serviceAccount":{"create":true,"name":""}}}` | Event reporters configuration for backward compatibility |
278-
| event-reporters.workflow.serviceAccount.create | bool | `true` | Create service account for workflow reporter |
279-
| event-reporters.workflow.serviceAccount.name | string | `""` | Service account name (defaults to codefresh-sa if not specified) |
277+
| event-reporters.rollout.eventSource.affinity | object | `{}` | |
278+
| event-reporters.rollout.eventSource.nodeSelector | object | `{}` | |
279+
| event-reporters.rollout.eventSource.replicas | int | `1` | |
280+
| event-reporters.rollout.eventSource.resources | object | `{}` | |
281+
| event-reporters.rollout.eventSource.tolerations | list | `[]` | |
282+
| event-reporters.rollout.sensor.affinity | object | `{}` | |
283+
| event-reporters.rollout.sensor.env | object | `{}` | Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
284+
| event-reporters.rollout.sensor.logging | object | `{"enabled":false,"intervalSeconds":0}` | Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
285+
| event-reporters.rollout.sensor.nodeSelector | object | `{}` | |
286+
| event-reporters.rollout.sensor.replicas | int | `1` | |
287+
| event-reporters.rollout.sensor.resources | object | `{}` | |
288+
| event-reporters.rollout.sensor.retryStrategy | object | `{"duration":0,"factor":1,"jitter":1,"steps":3}` | Retry strategy for events sent to Codefresh |
289+
| event-reporters.rollout.sensor.retryStrategy.duration | int | `0` | The initial duration, use strings like "2s", "1m" |
290+
| event-reporters.rollout.sensor.retryStrategy.factor | float | `1` | Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
291+
| event-reporters.rollout.sensor.retryStrategy.jitter | int | `1` | The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
292+
| event-reporters.rollout.sensor.retryStrategy.steps | int | `3` | Number of retries |
293+
| event-reporters.rollout.sensor.tolerations | list | `[]` | |
294+
| event-reporters.rollout.serviceAccount.create | bool | `true` | |
295+
| event-reporters.workflow.eventSource.affinity | object | `{}` | |
296+
| event-reporters.workflow.eventSource.nodeSelector | object | `{}` | |
297+
| event-reporters.workflow.eventSource.replicas | int | `1` | |
298+
| event-reporters.workflow.eventSource.resources | object | `{}` | |
299+
| event-reporters.workflow.eventSource.tolerations | list | `[]` | |
300+
| event-reporters.workflow.sensor.affinity | object | `{}` | |
301+
| event-reporters.workflow.sensor.env | object | `{}` | Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
302+
| event-reporters.workflow.sensor.logging | object | `{"enabled":false,"intervalSeconds":0}` | Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
303+
| event-reporters.workflow.sensor.nodeSelector | object | `{}` | |
304+
| event-reporters.workflow.sensor.replicas | int | `1` | |
305+
| event-reporters.workflow.sensor.resources | object | `{}` | |
306+
| event-reporters.workflow.sensor.retryStrategy | object | `{"duration":0,"factor":1,"jitter":1,"steps":3}` | Retry strategy for events sent to Codefresh |
307+
| event-reporters.workflow.sensor.retryStrategy.duration | int | `0` | The initial duration, use strings like "2s", "1m" |
308+
| event-reporters.workflow.sensor.retryStrategy.factor | float | `1` | Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
309+
| event-reporters.workflow.sensor.retryStrategy.jitter | int | `1` | The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
310+
| event-reporters.workflow.sensor.retryStrategy.steps | int | `3` | Number of retries |
311+
| event-reporters.workflow.sensor.tolerations | list | `[]` | |
312+
| event-reporters.workflow.serviceAccount.create | bool | `true` | |
280313
| gitops-operator | object | `{"affinity":{},"config":{"commitStatusPollingInterval":"10s","maxConcurrentReleases":100,"promotionWrapperTemplate":"","taskPollingInterval":"10s","workflowMonitorPollingInterval":"10s"},"crds":{"additionalLabels":{},"annotations":{},"install":true,"keep":false},"enabled":true,"fullnameOverride":"","image":{},"imagePullSecrets":[],"libraryMode":true,"nameOverride":"","nodeSelector":{},"podAnnotations":{},"podLabels":{},"replicaCount":1,"resources":{"limits":{},"requests":{"cpu":"100m","memory":"128Mi"}},"serviceAccount":{"annotations":{},"create":true,"name":"gitops-operator-controller-manager"},"tolerations":[]}` | ------------------------------------------------------------------------------------------------------------------- |
281314
| gitops-operator.config.commitStatusPollingInterval | string | `"10s"` | Commit status polling interval |
282315
| gitops-operator.config.maxConcurrentReleases | int | `100` | Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime) |

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ argo-events:
272272
configReloaderImage: natsio/nats-server-config-reloader:0.16.0
273273
startCommand: /nats-server
274274
# ---------------------------------------------------------------------------------------------------------------------
275-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.4-v3.6.4-cap-CR-27392/charts/argo-workflows
275+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
276276
# ---------------------------------------------------------------------------------------------------------------------
277277
argo-workflows:
278278
fullnameOverride: argo
@@ -310,7 +310,6 @@ argo-rollouts:
310310
controller:
311311
replicas: 1
312312
installCRDs: true
313-
314313
#-----------------------------------------------------------------------------------------------------------------------
315314
# Event reporters
316315
#-----------------------------------------------------------------------------------------------------------------------
@@ -377,7 +376,6 @@ event-reporters:
377376
tolerations: []
378377
nodeSelector: {}
379378
affinity: {}
380-
381379
#-----------------------------------------------------------------------------------------------------------------------
382380
# Internal router
383381
#-----------------------------------------------------------------------------------------------------------------------
@@ -624,7 +622,7 @@ app-proxy:
624622
maxUnavailable: ""
625623

626624
# ---------------------------------------------------------------------------------------------------------------------
627-
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.7.11-helm/charts/codefresh-gitops-operator
625+
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.7.12-helm/charts/codefresh-gitops-operator
628626
# ---------------------------------------------------------------------------------------------------------------------
629627
gitops-operator:
630628
# -- Do not change unless instructed otherwise by Codefresh support

0 commit comments

Comments
 (0)