Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpha1 #2

Merged
merged 6 commits into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: v0.0.1
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime-sandbox
version: 0.0.1-alpha-0
home: https://github.com/codefresh-sandbox/gitops-runtime-charts
name: gitops-runtime
version: 0.0.1-alpha-1
home: https://github.com/codefresh-io/gitops-runtime-helm
keywords:
- codefresh
- gitops
10 changes: 5 additions & 5 deletions charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# gitops-runtime-sandbox
# gitops-runtime

![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)
![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)

A Helm chart for Codefresh gitops runtime

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

## Maintainers

@@ -90,7 +90,7 @@ A Helm chart for Codefresh gitops runtime
| argo-workflows.enabled | bool | `true` | |
| argo-workflows.fullnameOverride | string | `"argo"` | |
| 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. |
| 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. |
| 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. |
| event-reporters.events.eventSource.replicas | int | `1` | |
| event-reporters.events.eventSource.resources | object | `{}` | |
| event-reporters.events.sensor.replicas | int | `1` | |
@@ -109,7 +109,7 @@ A Helm chart for Codefresh gitops runtime
| 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 |
| global.codefresh.accountId | string | `""` | Codefresh Account ID. |
| global.codefresh.apiEventsPath | string | `"/2.0/api/events"` | Events API endpoint URL suffix. |
| 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. |
| 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. |
| global.codefresh.gitIntegration.provider | object | `{"apiUrl":null,"name":null}` | The Git provider to use. We currently support GitHub, GitLab, Bitbucket Server, and Bitbucket Cloud. |
| global.codefresh.gitIntegration.provider.apiUrl | string | `nil` | Provider API URL. Example for GitHub, https://api.github.com. |
| global.codefresh.gitIntegration.provider.name | string | `nil` | Name of the Git provider: github, gitlab, bitbucket-server, or bitbucket-cloud. |
33 changes: 0 additions & 33 deletions charts/gitops-runtime/test-values/ingress-values.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions charts/gitops-runtime/test-values/ingressless-values.yaml

This file was deleted.