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

Commit 12195cf

Browse files
codefresh-v2-pipelines-sandbox[bot]cf-ci-bot-v2
andauthored
Update Chart.yaml and changelog for 0.71.0 release (#19)
Co-authored-by: cf-ci-bot-v2 <[email protected]>
1 parent f46ef82 commit 12195cf

File tree

2 files changed

+52
-46
lines changed

2 files changed

+52
-46
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 34 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.71.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,37 @@ 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: 'chore: Gitops Operator to v0.8.11 to fix 4 issues (#624)'
19+
- kind: changed
20+
description: 'fix: GITOPS_OPERATOR_VERSION should be based upon its own tag, and not the chart appVersion (#626)'
21+
- kind: changed
22+
description: 'fix: event-reporter should handle applications from a specific argo-cd instance (#618)'
1623
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
condition: argo-cd.enabled
20-
version: 8.0.6-5-cap-v3.0.2-2025-07-21-ac26d0e2
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-5-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
24+
- name: argo-cd
25+
repository: https://codefresh-io.github.io/argo-helm
26+
condition: argo-cd.enabled
27+
version: 8.0.6-5-cap-v3.0.2-2025-07-21-ac26d0e2
28+
- name: argo-events
29+
repository: https://codefresh-io.github.io/argo-helm
30+
version: 2.4.8-cap-CR-29689
31+
- name: argo-workflows
32+
repository: https://codefresh-io.github.io/argo-helm
33+
version: 0.45.15-v3.6.7-cap-CR-28355
34+
condition: argo-workflows.enabled
35+
- name: argo-rollouts
36+
repository: https://codefresh-io.github.io/argo-helm
37+
version: 2.37.3-5-v1.7.2-cap-CR-29629
38+
condition: argo-rollouts.enabled
39+
- name: sealed-secrets
40+
repository: https://bitnami-labs.github.io/sealed-secrets/
41+
version: 2.17.2
42+
- name: codefresh-tunnel-client
43+
repository: oci://quay.io/codefresh/charts
44+
version: 0.1.21
45+
alias: tunnel-client
46+
condition: tunnel-client.enabled
47+
- name: cf-common
48+
repository: oci://quay.io/codefresh/charts
49+
version: 0.27.0

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-5-cap-v3.0.2-2025-07-21-ac26d0e2/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-5-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)