|
| 1 | +apiVersion: v2 |
| 2 | +description: Helm Chart for Codefresh GitOps On-Prem |
| 3 | +name: codefresh-gitops |
| 4 | +version: 0.1.0 |
| 5 | +keywords: |
| 6 | + - codefresh |
| 7 | +home: https://codefresh.io/ |
| 8 | +icon: https://avatars1.githubusercontent.com/u/11412079?v=3 |
| 9 | +sources: |
| 10 | + - https://github.com/codefresh-io/codefresh-onprem-helm |
| 11 | +maintainers: |
| 12 | + - name: codefresh |
| 13 | + url: https://codefresh-io.github.io/ |
| 14 | +appVersion: 0.1.0 |
| 15 | +annotations: |
| 16 | + artifacthub.io/prerelease: "true" |
| 17 | + artifacthub.io/alternativeName: "codefresh-gitops-onprem" |
| 18 | + # supported kinds are added, changed, deprecated, removed, fixed and security. |
| 19 | + artifacthub.io/changes: | |
| 20 | + - kind: changed |
| 21 | + description: "Initial 0.1.0 release for Codefresh GitOps On-Prem" |
| 22 | +dependencies: |
| 23 | + - name: cf-common |
| 24 | + repository: oci://quay.io/codefresh/charts |
| 25 | + version: 0.27.0 |
| 26 | + - name: internal-gateway |
| 27 | + repository: oci://quay.io/codefresh/charts |
| 28 | + version: 0.10.4 |
| 29 | + condition: internal-gateway.enabled |
| 30 | + - name: mongodb |
| 31 | + version: 15.6.26 |
| 32 | + repository: https://charts.bitnami.com/bitnami |
| 33 | + condition: mongodb.enabled,mongo.enabled,global.mongoDeploy |
| 34 | + - name: postgresql |
| 35 | + version: 16.7.4 |
| 36 | + repository: https://charts.bitnami.com/bitnami |
| 37 | + condition: postgresql.enabled |
| 38 | + - name: redis |
| 39 | + version: 20.13.4 |
| 40 | + repository: https://charts.bitnami.com/bitnami |
| 41 | + condition: redis.enabled |
| 42 | + - name: rabbitmq |
| 43 | + version: 15.5.3 |
| 44 | + repository: https://charts.bitnami.com/bitnami |
| 45 | + condition: rabbitmq.enabled |
| 46 | + - name: cfapi |
| 47 | + alias: cfapi |
| 48 | + version: "*" |
| 49 | + repository: oci://quay.io/codefresh/charts |
| 50 | + condition: cfapi.enabled |
| 51 | + # temporary, need to remove |
| 52 | + - name: runtime-environment-manager |
| 53 | + version: "*" |
| 54 | + repository: oci://quay.io/codefresh/charts |
| 55 | + condition: runtime-environment-manager.enabled |
| 56 | + - name: cfui |
| 57 | + version: "*" |
| 58 | + repository: oci://quay.io/codefresh/charts |
| 59 | + condition: cfui.enabled |
| 60 | + - name: cf-platform-analytics |
| 61 | + alias: cf-platform-analytics-platform |
| 62 | + version: "*" |
| 63 | + repository: oci://quay.io/codefresh/charts |
| 64 | + condition: argo-platform.enabled |
| 65 | + - name: cf-platform-analytics |
| 66 | + alias: cf-platform-analytics-etlstarter |
| 67 | + version: "*" |
| 68 | + repository: oci://quay.io/codefresh/charts |
| 69 | + condition: argo-platform.enabled |
| 70 | + - name: argo-platform |
| 71 | + version: "*" |
| 72 | + repository: oci://quay.io/codefresh/charts |
| 73 | + condition: argo-platform.enabled |
| 74 | + - name: argo-hub-platform |
| 75 | + version: "*" |
| 76 | + repository: oci://quay.io/codefresh/charts |
| 77 | + condition: argo-platform.enabled |
0 commit comments