Skip to content

Commit cf47945

Browse files
authoredMar 1, 2023
Merge pull request #2 from codefresh-io/alpha-1
alpha1
2 parents ead387b + 18a3899 commit cf47945

File tree

4 files changed

+8
-71
lines changed

4 files changed

+8
-71
lines changed
 

‎charts/gitops-runtime/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
22
appVersion: v0.0.1
33
description: A Helm chart for Codefresh gitops runtime
4-
name: gitops-runtime-sandbox
5-
version: 0.0.1-alpha-0
6-
home: https://github.com/codefresh-sandbox/gitops-runtime-charts
4+
name: gitops-runtime
5+
version: 0.0.1-alpha-1
6+
home: https://github.com/codefresh-io/gitops-runtime-helm
77
keywords:
88
- codefresh
99
- gitops

‎charts/gitops-runtime/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# gitops-runtime-sandbox
1+
# gitops-runtime
22

3-
![Version: 0.0.1-test43](https://img.shields.io/badge/Version-0.0.1--test43-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)
3+
![Version: 0.0.1-alpha-1](https://img.shields.io/badge/Version-0.0.1--alpha--1-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)
44

55
A Helm chart for Codefresh gitops runtime
66

7-
**Homepage:** <https://github.com/codefresh-sandbox/gitops-runtime-charts>
7+
**Homepage:** <https://github.com/codefresh-io/gitops-runtime-helm>
88

99
## Maintainers
1010

@@ -90,7 +90,7 @@ A Helm chart for Codefresh gitops runtime
9090
| argo-workflows.enabled | bool | `true` | |
9191
| argo-workflows.fullnameOverride | string | `"argo"` | |
9292
| event-reporters.events.argoCDServerServiceName | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service name. |
93-
| event-reporters.events.argoCDServerServicePort | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service port. |
93+
| event-reporters.events.argoCDServerServicePort | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service port. |
9494
| event-reporters.events.eventSource.replicas | int | `1` | |
9595
| event-reporters.events.eventSource.resources | object | `{}` | |
9696
| event-reporters.events.sensor.replicas | int | `1` | |
@@ -109,7 +109,7 @@ A Helm chart for Codefresh gitops runtime
109109
| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","gitIntegration":{"provider":{"apiUrl":null,"name":null}},"url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings |
110110
| global.codefresh.accountId | string | `""` | Codefresh Account ID. |
111111
| global.codefresh.apiEventsPath | string | `"/2.0/api/events"` | Events API endpoint URL suffix. |
112-
| global.codefresh.gitIntegration | object | `{"provider":{"apiUrl":null,"name":null}}` | Git integration for this runtime. Requires the Git provider name and the provider's API URL. |
112+
| global.codefresh.gitIntegration | object | `{"provider":{"apiUrl":null,"name":null}}` | Git integration for this runtime. Requires the Git provider name and the provider's API URL. |
113113
| global.codefresh.gitIntegration.provider | object | `{"apiUrl":null,"name":null}` | The Git provider to use. We currently support GitHub, GitLab, Bitbucket Server, and Bitbucket Cloud. |
114114
| global.codefresh.gitIntegration.provider.apiUrl | string | `nil` | Provider API URL. Example for GitHub, https://api.github.com. |
115115
| global.codefresh.gitIntegration.provider.name | string | `nil` | Name of the Git provider: github, gitlab, bitbucket-server, or bitbucket-cloud. |

‎charts/gitops-runtime/test-values/ingress-values.yaml

-33
This file was deleted.

‎charts/gitops-runtime/test-values/ingressless-values.yaml

-30
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.