Skip to content

Commit e17b6c5

Browse files
chore: update README (#401)
1 parent 4101266 commit e17b6c5

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Codefresh Runner
33
name: cf-runtime
4-
version: 6.1.6
4+
version: 6.1.7
55
keywords:
66
- codefresh
77
- runner
@@ -15,7 +15,7 @@ maintainers:
1515
annotations:
1616
artifacthub.io/changes: |
1717
- kind: changed
18-
description: Update dind-volume-provisioner v1.34.0 → v1.34.1
18+
description: Update README.md
1919
dependencies:
2020
- name: cf-common
2121
repository: https://chartmuseum.codefresh.io/cf-common

charts/cf-runtime/README.md

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

3-
![Version: 6.1.6](https://img.shields.io/badge/Version-6.1.6-informational?style=flat-square)
3+
![Version: 6.1.7](https://img.shields.io/badge/Version-6.1.7-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.
66

@@ -52,6 +52,7 @@ helm repo update
5252
global:
5353
# -- User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!)
5454
# Ref: https://g.codefresh.io/user/settings (see API Keys)
55+
# Minimal API key scopes: Runner-Installation(read+write), Agent(read+write), Agents(read+write)
5556
codefreshToken: ""
5657
# -- User token that references an existing secret containing API key (required if `global.codefreshToken` is omitted!)
5758
codefreshTokenSecretKeyRef: {}
@@ -898,7 +899,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
898899
| global.agentToken | string | `""` | DEPRECATED Agent token in plain text. !!! MUST BE provided if migrating from < 6.x chart version |
899900
| global.agentTokenSecretKeyRef | object | `{}` | DEPRECATED Agent token that references an existing secret containing API key. !!! MUST BE provided if migrating from < 6.x chart version |
900901
| global.codefreshHost | string | `"https://g.codefresh.io"` | URL of Codefresh Platform (required!) |
901-
| global.codefreshToken | string | `""` | User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!) Ref: https://g.codefresh.io/user/settings (see API Keys) |
902+
| global.codefreshToken | string | `""` | User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!) Ref: https://g.codefresh.io/user/settings (see API Keys) Minimal API key scopes: Runner-Installation(read+write), Agent(read+write), Agents(read+write) |
902903
| global.codefreshTokenSecretKeyRef | object | `{}` | User token that references an existing secret containing API key (required if `global.codefreshToken` is omitted!) |
903904
| global.context | string | `""` | K8s context name (required!) |
904905
| global.imagePullSecrets | list | `[]` | Global Docker registry secret names as array |

charts/cf-runtime/README.md.gotmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ helm repo update
5252
global:
5353
# -- User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!)
5454
# Ref: https://g.codefresh.io/user/settings (see API Keys)
55+
# Minimal API key scopes: Runner-Installation(read+write), Agent(read+write), Agents(read+write)
5556
codefreshToken: ""
5657
# -- User token that references an existing secret containing API key (required if `global.codefreshToken` is omitted!)
5758
codefreshTokenSecretKeyRef: {}

charts/cf-runtime/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ global:
1515
codefreshHost: "https://g.codefresh.io"
1616
# -- User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!)
1717
# Ref: https://g.codefresh.io/user/settings (see API Keys)
18+
# Minimal API key scopes: Runner-Installation(read+write), Agent(read+write), Agents(read+write)
1819
codefreshToken: ""
1920
# -- User token that references an existing secret containing API key (required if `global.codefreshToken` is omitted!)
2021
codefreshTokenSecretKeyRef: {}
@@ -110,6 +111,9 @@ runner:
110111

111112
# -- Add additional env vars
112113
env: {}
114+
# E.g.
115+
# env:
116+
# WORKFLOW_CONCURRENCY: 50 # The number of workflow creation and termination tasks the Runner can handle in parallel. Defaults to 50
113117

114118
# -- Service Account parameters
115119
serviceAccount:
@@ -173,6 +177,9 @@ volumeProvisioner:
173177
tag: 1.34.1
174178
# -- Add additional env vars
175179
env: {}
180+
# E.g.
181+
# env:
182+
# THREADINESS: 4 # The number of PVC requests the dind-volume-provisioner can process in parallel. Defaults to 4
176183

177184
# -- Service Account parameters
178185
serviceAccount:

0 commit comments

Comments
 (0)