-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathChart.yaml
More file actions
66 lines (66 loc) · 2.34 KB
/
Chart.yaml
File metadata and controls
66 lines (66 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
apiVersion: v2
appVersion: 0.2.1
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.27.1
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
- codefresh
- gitops
maintainers:
- name: codefresh
url: https://codefresh-io.github.io/
annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |
- kind: removed
description: Removed Argo Rollouts controller from helm chart
- kind: removed
description: Removed Argo Events controller from helm chart
- kind: added
description: Enhanced runtime uninstallation with zero-footprint cleanup
- kind: added
description: ArgoCD sync and deletion guardrails with confirmation prompts
- kind: added
description: Improved installation wizard with Bitbucket, Bitbucket Server, and GitLab support
- kind: added
description: Support for running without Redis configured
- kind: added
description: MRC change revisions annotations support
- kind: added
description: Deleted field added to app event payload
- kind: added
description: Checksum annotations for config change detection
- kind: changed
description: Runtime Redis disabled by default
- kind: changed
description: Namespace-scoped Argo Workflows enabled by default
- kind: fixed
description: Transient error handling on app sync failure
- kind: fixed
description: Runtime application out-of-sync issue
- kind: security
description: Security fixes for argo-workflows
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled
version: 9.3.0
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.45.18-v3.6.7-cap-CR-32333
condition: argo-workflows.enabled
- name: sealed-secrets
repository: https://bitnami-labs.github.io/sealed-secrets/
version: 2.18.0
condition: sealed-secrets.enabled
- name: codefresh-tunnel-client
repository: oci://quay.io/codefresh/charts
version: 0.1.23
alias: tunnel-client
condition: tunnel-client.enabled
- name: redis-ha
version: 4.33.4
repository: https://dandydeveloper.github.io/charts/
condition: redis-ha.enabled