Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 3edfc37

Browse files
version(0.90.0): prepare chart content for release (#6)
1 parent f7de14d commit 3edfc37

File tree

3 files changed

+117
-51
lines changed

3 files changed

+117
-51
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 82 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.90.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,85 @@ 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: alice (#21)'
19+
- kind: changed
20+
description: 'feat: bar (#7)'
21+
- kind: changed
22+
description: bumped argocd to 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9 (#664)
23+
- kind: changed
24+
description: bumped app-proxy to 1.3707.0 closed ha gaps (#667)
25+
- kind: changed
26+
description: 'fix: remove checksum tests as they fail when chart version changes (#670)'
27+
- kind: changed
28+
description: updated codefresh-gitops-operator (#666)
29+
- kind: changed
30+
description: updated cli-v2, kubectl in runtime-installer (#661)
31+
- kind: changed
32+
description: using bitnamilegacy instead of bitnami (#653)
33+
- kind: changed
34+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)'
35+
- kind: changed
36+
description: 'test: update platform mock(me) (#656)'
37+
- kind: changed
38+
description: 'fix: support failing release if app sync fails (#645)'
39+
- kind: changed
40+
description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)'
41+
- kind: changed
42+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)'
43+
- kind: changed
44+
description: updated cspd enrichers (#652)
45+
- kind: changed
46+
description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)'
47+
- kind: changed
48+
description: 'feat: solve out-of-sync crds in Argo CD v3 (#630)'
49+
- kind: changed
50+
description: 'feat: add leader election support to agent and remove from handler (#647)'
51+
- kind: changed
52+
description: 'chore: update cap-app-proxy image tags to 1.3694.0 - use proxy env vars in git operations (#646)'
53+
- kind: changed
54+
description: quote proxy env vars (#644)
55+
- kind: changed
56+
description: 'fix: update workflow submission logic and improve error handling (#625)'
57+
- kind: changed
58+
description: 'chore: update cap-app-proxy image tags to 1.3688.0 - fix eventBusName when using jetstream (#636)'
59+
- kind: changed
60+
description: 'fix: argo helm bump redis version (#631)'
61+
- kind: changed
62+
description: 'feat(app-proxy): add leader election (#621)'
63+
- kind: changed
64+
description: 'chore: update cap-app-proxy image tags to 1.3680.0 - fix: return the pushed commit sha (#6560) (#628)'
65+
- kind: changed
66+
description: 'chore: Gitops Operator to v0.8.11 to fix 4 issues (#624)'
67+
- kind: changed
68+
description: 'fix: GITOPS_OPERATOR_VERSION should be based upon its own tag, and not the chart appVersion (#626)'
69+
- kind: changed
70+
description: 'fix: event-reporter should handle applications from a specific argo-cd instance (#618)'
1671
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
condition: argo-cd.enabled
20-
version: 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9
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
72+
- name: argo-cd
73+
repository: https://codefresh-io.github.io/argo-helm
74+
condition: argo-cd.enabled
75+
version: 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9
76+
- name: argo-events
77+
repository: https://codefresh-io.github.io/argo-helm
78+
version: 2.4.8-cap-CR-29689
79+
- name: argo-workflows
80+
repository: https://codefresh-io.github.io/argo-helm
81+
version: 0.45.15-v3.6.7-cap-CR-28355
82+
condition: argo-workflows.enabled
83+
- name: argo-rollouts
84+
repository: https://codefresh-io.github.io/argo-helm
85+
version: 2.37.3-6-v1.7.2-cap-CR-29629
86+
condition: argo-rollouts.enabled
87+
- name: sealed-secrets
88+
repository: https://bitnami-labs.github.io/sealed-secrets/
89+
version: 2.17.2
90+
- name: codefresh-tunnel-client
91+
repository: oci://quay.io/codefresh/charts
92+
version: 0.1.21
93+
alias: tunnel-client
94+
condition: tunnel-client.enabled
95+
- name: cf-common
96+
repository: oci://quay.io/codefresh/charts
97+
version: 0.27.0

charts/gitops-runtime/README.md

Lines changed: 17 additions & 5 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.90.0](https://img.shields.io/badge/Version-0.90.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.90.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.90.0 <local_registry>
161161
```
162162
163163
## Openshift
@@ -525,7 +525,19 @@ gitops-operator:
525525
| internal-router.serviceAccount.create | bool | `true` | |
526526
| internal-router.serviceAccount.name | string | `""` | |
527527
| internal-router.tolerations | list | `[]` | |
528-
| sealed-secrets | object | `{"fullnameOverride":"sealed-secrets-controller","image":{"registry":"quay.io","repository":"codefresh/sealed-secrets-controller","tag":"0.29.0"},"keyrenewperiod":"720h","resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"512Mi"}}}` | --------------------------------------------------------------------------------------------------------------------- |
529-
| tunnel-client | object | `{"affinity":{},"enabled":true,"libraryMode":true,"nodeSelector":{},"tolerations":[],"tunnelServer":{"host":"register-tunnels.cf-cd.com","subdomainHost":"tunnels.cf-cd.com"}}` | Tunnel based runtime. Not supported for on-prem platform. In on-prem use ingress based runtimes. |
528+
| sealed-secrets.fullnameOverride | string | `"sealed-secrets-controller"` | |
529+
| sealed-secrets.image.registry | string | `"quay.io"` | |
530+
| sealed-secrets.image.repository | string | `"codefresh/sealed-secrets-controller"` | |
531+
| sealed-secrets.image.tag | string | `"0.29.0"` | |
532+
| sealed-secrets.keyrenewperiod | string | `"720h"` | |
533+
| sealed-secrets.resources.limits.cpu | string | `"500m"` | |
534+
| sealed-secrets.resources.limits.memory | string | `"1Gi"` | |
535+
| sealed-secrets.resources.requests.cpu | string | `"200m"` | |
536+
| sealed-secrets.resources.requests.memory | string | `"512Mi"` | |
537+
| tunnel-client.affinity | object | `{}` | |
530538
| tunnel-client.enabled | bool | `true` | Will only be used if global.runtime.ingress.enabled = false |
531539
| tunnel-client.libraryMode | bool | `true` | Do not change this value! Breaks chart logic |
540+
| tunnel-client.nodeSelector | object | `{}` | |
541+
| tunnel-client.tolerations | list | `[]` | |
542+
| tunnel-client.tunnelServer.host | string | `"register-tunnels.cf-cd.com"` | |
543+
| tunnel-client.tunnelServer.subdomainHost | string | `"tunnels.cf-cd.com"` | |

charts/gitops-runtime/values.yaml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ installer:
215215
nodeSelector: {}
216216
tolerations: []
217217
affinity: {}
218-
# -----------------------------------------------------------------------------------------------------------------------
219-
# Sealed secrets
220-
# -----------------------------------------------------------------------------------------------------------------------
218+
# *********************************************************************************************************************
219+
# DOCS: https://artifacthub.io/packages/helm/bitnami-labs/sealed-secrets/2.17.2?modal=values
220+
# *********************************************************************************************************************
221221
sealed-secrets:
222222
fullnameOverride: sealed-secrets-controller
223223
keyrenewperiod: "720h"
@@ -232,9 +232,9 @@ sealed-secrets:
232232
requests:
233233
cpu: 200m
234234
memory: 512Mi
235-
#-----------------------------------------------------------------------------------------------------------------------
236-
# ArgoCD
237-
#-----------------------------------------------------------------------------------------------------------------------
235+
# *********************************************************************************************************************
236+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9/charts/argo-cd
237+
# *********************************************************************************************************************
238238
argo-cd:
239239
enabled: true
240240
fullnameOverride: argo-cd
@@ -277,9 +277,9 @@ argo-cd:
277277
enabled: true
278278
# -- Extract application version based on ApplicationConfiguration CRD
279279
useApplicationConfiguration: true
280-
#-----------------------------------------------------------------------------------------------------------------------
281-
# Argo Events
282-
#-----------------------------------------------------------------------------------------------------------------------
280+
# *********************************************************************************************************************
281+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events
282+
# *********************************************************************************************************************
283283
argo-events:
284284
fullnameOverride: argo-events
285285
crds:
@@ -297,9 +297,9 @@ argo-events:
297297
metricsExporterImage: natsio/prometheus-nats-exporter:0.16.0
298298
configReloaderImage: natsio/nats-server-config-reloader:0.18.2
299299
startCommand: /nats-server
300-
#-----------------------------------------------------------------------------------------------------------------------
301-
# Argo Workflows
302-
#-----------------------------------------------------------------------------------------------------------------------
300+
# *********************************************************************************************************************
301+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
302+
# *********************************************************************************************************************
303303
argo-workflows:
304304
fullnameOverride: argo
305305
enabled: true
@@ -327,9 +327,9 @@ codefreshWorkflowLogStoreCM:
327327
enabled: true
328328
endpoint: gitops-workflow-logs.codefresh.io
329329
insecure: false
330-
#-----------------------------------------------------------------------------------------------------------------------
331-
# Argo rollouts
332-
#-----------------------------------------------------------------------------------------------------------------------
330+
# *********************************************************************************************************************
331+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo-rollouts
332+
# *********************************************************************************************************************
333333
argo-rollouts:
334334
enabled: true
335335
fullnameOverride: argo-rollouts
@@ -499,10 +499,9 @@ internal-router:
499499
minAvailable: 1
500500
# -- Set number of pods that are unavailable after eviction as number or percentage
501501
maxUnavailable: ""
502-
#-----------------------------------------------------------------------------------------------------------------------
503-
# tunnel client
504-
#-----------------------------------------------------------------------------------------------------------------------
505-
# -- Tunnel based runtime. Not supported for on-prem platform. In on-prem use ingress based runtimes.
502+
# *********************************************************************************************************************
503+
# DOCS: https://github.com/codefresh-io/codefresh-tunnel-charts/blob/codefresh-tunnel-client-0.1.21-helm/codefresh-tunnel-client/values.yaml
504+
# *********************************************************************************************************************
506505
tunnel-client:
507506
# -- Will only be used if global.runtime.ingress.enabled = false
508507
enabled: true

0 commit comments

Comments
 (0)