diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 13d84619..51d687c1 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -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 diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 5ae7ac9a..4b27ba3a 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -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:** +**Homepage:** ## 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. | diff --git a/charts/gitops-runtime/test-values/ingress-values.yaml b/charts/gitops-runtime/test-values/ingress-values.yaml deleted file mode 100644 index b331999c..00000000 --- a/charts/gitops-runtime/test-values/ingress-values.yaml +++ /dev/null @@ -1,33 +0,0 @@ -global: - codefresh: - accountId: 628a80b693a15c0f9c13ab75 # Codefresh Account id for ilia-codefresh for now, needs to be some test account - # 63dbba4928d5fd1ef065b781 # gitops-helm-test account - gitIntegration: - provider: - name: 'GITHUB' - apiUrl: 'https://api.github.com' - - userToken: - secretKeyRef: - name: mysecret - key: myvalue - optional: true - - runtime: - name: test-runtime2 - cluster: test-cluster - - ingress: - enabled: true - protocol: foo - hosts: - - test-runtime2.codefresh.local - -argo-rollouts: - enabled: true - -installer: - image: - repository: quay.io/codefresh/gitops-runtime-installer-sandbox - tag: alpha2 - pullPolicy: IfNotPresent diff --git a/charts/gitops-runtime/test-values/ingressless-values.yaml b/charts/gitops-runtime/test-values/ingressless-values.yaml deleted file mode 100644 index 401a4582..00000000 --- a/charts/gitops-runtime/test-values/ingressless-values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -global: - codefresh: - accountId: 628a80b693a15c0f9c13ab75 # Codefresh Account id for ilia-codefresh for now, needs to be some test account - # 63dbba4928d5fd1ef065b781 # gitops-helm-test account - gitIntegration: - provider: - name: 'GITHUB' - apiUrl: 'https://api.github.com' - - userToken: - secretKeyRef: - name: mysecret - key: myvalue - optional: true - - runtime: - name: test-runtime2 - cluster: test-cluster - - ingress: - enabled: false - -argo-rollouts: - enabled: true - -installer: - image: - repository: quay.io/codefresh/gitops-runtime-installer-sandbox - tag: alpha2 - pullPolicy: IfNotPresent