Skip to content

Commit 1a5c353

Browse files
prepare-version(0.50.0): prepare chart content for release (#1)
1 parent d75cf69 commit 1a5c353

File tree

3 files changed

+68
-24
lines changed

3 files changed

+68
-24
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,39 @@ 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: patch - example patch on existing release draft (#3)
19+
- kind: changed
20+
description: 'chore: update README.md with HA example'
21+
- kind: changed
22+
description: 'chore: update values-ha example'
23+
- kind: changed
24+
description: bumped argocd to 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9 (#664)
25+
- kind: changed
26+
description: bumped app-proxy to 1.3707.0 closed ha gaps (#667)
27+
- kind: changed
28+
description: 'fix: remove checksum tests as they fail when chart version changes (#670)'
29+
- kind: changed
30+
description: updated codefresh-gitops-operator (#666)
31+
- kind: changed
32+
description: updated cli-v2, kubectl in runtime-installer (#661)
33+
- kind: changed
34+
description: using bitnamilegacy instead of bitnami (#653)
35+
- kind: changed
36+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)'
37+
- kind: changed
38+
description: 'test: update platform mock(me) (#656)'
39+
- kind: changed
40+
description: 'fix: support failing release if app sync fails (#645)'
41+
- kind: changed
42+
description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)'
43+
- kind: changed
44+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)'
45+
- kind: changed
46+
description: updated cspd enrichers (#652)
47+
- kind: changed
48+
description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)'
1649
dependencies:
1750
- name: argo-cd
1851
repository: https://codefresh-io.github.io/argo-helm

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.50.0](https://img.shields.io/badge/Version-0.50.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.50.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.50.0 <local_registry>
161161
```
162162
163163
## Openshift
@@ -673,7 +673,19 @@ gitops-operator:
673673
| internal-router.serviceAccount.create | bool | `true` | |
674674
| internal-router.serviceAccount.name | string | `""` | |
675675
| internal-router.tolerations | list | `[]` | |
676-
| 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"}}}` | --------------------------------------------------------------------------------------------------------------------- |
677-
| 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. |
676+
| sealed-secrets.fullnameOverride | string | `"sealed-secrets-controller"` | |
677+
| sealed-secrets.image.registry | string | `"quay.io"` | |
678+
| sealed-secrets.image.repository | string | `"codefresh/sealed-secrets-controller"` | |
679+
| sealed-secrets.image.tag | string | `"0.29.0"` | |
680+
| sealed-secrets.keyrenewperiod | string | `"720h"` | |
681+
| sealed-secrets.resources.limits.cpu | string | `"500m"` | |
682+
| sealed-secrets.resources.limits.memory | string | `"1Gi"` | |
683+
| sealed-secrets.resources.requests.cpu | string | `"200m"` | |
684+
| sealed-secrets.resources.requests.memory | string | `"512Mi"` | |
685+
| tunnel-client.affinity | object | `{}` | |
678686
| tunnel-client.enabled | bool | `true` | Will only be used if global.runtime.ingress.enabled = false |
679687
| tunnel-client.libraryMode | bool | `true` | Do not change this value! Breaks chart logic |
688+
| tunnel-client.nodeSelector | object | `{}` | |
689+
| tunnel-client.tolerations | list | `[]` | |
690+
| tunnel-client.tunnelServer.host | string | `"register-tunnels.cf-cd.com"` | |
691+
| 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-sandbox/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-sandbox/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-sandbox/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-sandbox/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-sandbox/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)