Skip to content

Commit d75cf69

Browse files
ilia-medvedev-codefreshcf-ci-bot-v2
andauthored
patch - example patch on existing release draft (#3)
* patch - example patch on existing release draft * CI Automatic commit - align Chart version --------- Co-authored-by: cf-ci-bot-v2 <[email protected]>
1 parent 418931d commit d75cf69

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 27 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.50.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -14,29 +14,29 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
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
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

charts/gitops-runtime/templates/codefresh-cm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Test111111111
12
apiVersion: v1
23
kind: ConfigMap
34
metadata:
@@ -15,4 +16,4 @@ data:
1516
ingressController: {{ .Values.global.runtime.ingress.className | default "" | quote }}
1617
ingressHost: {{ include "codefresh-gitops-runtime.ingress-url" . }}
1718
isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote }}
18-
version: {{ .Chart.AppVersion }}
19+
version: {{ .Chart.AppVersion }}

0 commit comments

Comments
 (0)