Skip to content

Commit 4c7c532

Browse files
committed
updated chart version to 0.2.1-alpha.11
1 parent bc37a8e commit 4c7c532

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.27
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.1-alpha.11
5+
version: 0.2.1-alpha.12
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
keywords:
88
- codefresh

charts/gitops-runtime/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitops-runtime
22

3-
![Version: 0.2.1-alpha.11](https://img.shields.io/badge/Version-0.2.1--alpha.11-informational?style=flat-square) ![AppVersion: 0.1.27](https://img.shields.io/badge/AppVersion-0.1.27-informational?style=flat-square)
3+
![Version: 0.2.1-alpha.12](https://img.shields.io/badge/Version-0.2.1--alpha.12-informational?style=flat-square) ![AppVersion: 0.1.27](https://img.shields.io/badge/AppVersion-0.1.27-informational?style=flat-square)
44

55
A Helm chart for Codefresh gitops runtime
66

@@ -123,9 +123,10 @@ A Helm chart for Codefresh gitops runtime
123123
| event-reporters.workflow.sensor.replicas | int | `1` | |
124124
| event-reporters.workflow.sensor.resources | object | `{}` | |
125125
| event-reporters.workflow.serviceAccount.create | bool | `true` | |
126-
| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings |
126+
| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","caCertificate":"","url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings |
127127
| global.codefresh.accountId | string | `""` | Codefresh Account ID. |
128128
| global.codefresh.apiEventsPath | string | `"/2.0/api/events"` | Events API endpoint URL suffix. |
129+
| global.codefresh.caCertificate | string | `""` | Root certificate of codefresh platform. |
129130
| global.codefresh.url | string | `"https://g.codefresh.io"` | URL of Codefresh platform. |
130131
| global.codefresh.userToken | object | `{"secretKeyRef":{},"token":""}` | User token. Used for runtime registration against the patform. One of token (for plain text value) or secretKeyRef must be provided. |
131132
| global.codefresh.userToken.secretKeyRef | object | `{}` | User token that references an existing secret containing the token. |

0 commit comments

Comments
 (0)