Skip to content

Commit 22f8f45

Browse files
fix(Readme): set correct minimal helm version (#569)
1 parent b8867b4 commit 22f8f45

File tree

3 files changed

+51
-20
lines changed

3 files changed

+51
-20
lines changed

charts/gitops-runtime/README.md

Lines changed: 49 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## Codefresh gitops runtime
2-
![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.1.71](https://img.shields.io/badge/AppVersion-0.1.71-informational?style=flat-square)
2+
![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
33

44
## Prerequisites
55

6-
- Kubernetes **1.23+**
7-
- Helm **3.8.0+**
6+
- Helm **3.11.0+**
87

98
## Get Chart Info
109

@@ -100,7 +99,7 @@ argo-cd:
10099
enabled: false
101100
```
102101
103-
⚠️ If `auth.type=password` is set, ArgoCD user must have `apiKey` capability enabled.
102+
⚠️ If `auth.type=password` is set, ArgoCd user must have `apiKey` capability enabled.
104103

105104
`argocd-cm` ConfigMap
106105

@@ -212,13 +211,13 @@ sealed-secrets:
212211
| app-proxy.extraVolumeMounts | list | `[]` | Extra volume mounts for main container |
213212
| app-proxy.extraVolumes | list | `[]` | extra volumes |
214213
| app-proxy.fullnameOverride | string | `"cap-app-proxy"` | |
215-
| app-proxy.image-enrichment | object | `{"config":{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.13-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.13-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.13-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400},"enabled":true,"serviceAccount":{"annotations":null,"create":true,"name":"codefresh-image-enrichment-sa"}}` | Image enrichment process configuration |
216-
| app-proxy.image-enrichment.config | object | `{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.13-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.13-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.13-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400}` | Configurations for image enrichment workflow |
214+
| app-proxy.image-enrichment | object | `{"config":{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.14-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.14-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.14-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400},"enabled":true,"serviceAccount":{"annotations":null,"create":true,"name":"codefresh-image-enrichment-sa"}}` | Image enrichment process configuration |
215+
| app-proxy.image-enrichment.config | object | `{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.14-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.14-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.14-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400}` | Configurations for image enrichment workflow |
217216
| app-proxy.image-enrichment.config.clientHeartbeatIntervalInSeconds | int | `5` | Client heartbeat interval in seconds for image enrichemnt workflow |
218217
| app-proxy.image-enrichment.config.concurrencyCmKey | string | `"imageReportExecutor"` | The name of the key in the configmap to use as synchronization semaphore |
219218
| app-proxy.image-enrichment.config.concurrencyCmName | string | `"workflow-synchronization-semaphores"` | The name of the configmap to use as synchronization semaphore, see https://argoproj.github.io/argo-workflows/synchronization/ |
220-
| app-proxy.image-enrichment.config.images | object | `{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.13-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.13-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.13-main"}}` | Enrichemnt images |
221-
| app-proxy.image-enrichment.config.images.reportImage | object | `{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.13-main"}` | Report image enrichment task image |
219+
| app-proxy.image-enrichment.config.images | object | `{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.14-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.14-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.14-main"}}` | Enrichemnt images |
220+
| app-proxy.image-enrichment.config.images.reportImage | object | `{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.14-main"}` | Report image enrichment task image |
222221
| app-proxy.image-enrichment.config.podGcStrategy | string | `"OnWorkflowCompletion"` | Pod grabage collection strategy. By default all pods will be deleted when the enrichment workflow completes. |
223222
| app-proxy.image-enrichment.config.ttlActiveInSeconds | int | `900` | Maximum allowed runtime for the enrichment workflow |
224223
| app-proxy.image-enrichment.config.ttlAfterCompletionInSeconds | int | `86400` | Number of seconds to live after completion |
@@ -229,14 +228,14 @@ sealed-secrets:
229228
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
230229
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
231230
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
232-
| app-proxy.image.tag | string | `"1.3534.0"` | |
231+
| app-proxy.image.tag | string | `"1.3628.0"` | |
233232
| app-proxy.imagePullSecrets | list | `[]` | |
234233
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
235234
| app-proxy.initContainer.env | object | `{}` | |
236235
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
237236
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
238237
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
239-
| app-proxy.initContainer.image.tag | string | `"1.3534.0"` | |
238+
| app-proxy.initContainer.image.tag | string | `"1.3628.0"` | |
240239
| app-proxy.initContainer.resources.limits | object | `{}` | |
241240
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
242241
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -286,12 +285,12 @@ sealed-secrets:
286285
| argo-cd.crds.install | bool | `true` | |
287286
| argo-cd.enabled | bool | `true` | |
288287
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
289-
| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.16.0"` | |
290-
| argo-events.configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.15.0"` | |
291-
| argo-events.configs.jetstream.versions[0].natsImage | string | `"nats:2.10.21"` | |
288+
| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.18.2"` | |
289+
| argo-events.configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.16.0"` | |
290+
| argo-events.configs.jetstream.versions[0].natsImage | string | `"nats:2.11.4"` | |
292291
| argo-events.configs.jetstream.versions[0].startCommand | string | `"/nats-server"` | |
293292
| argo-events.configs.jetstream.versions[0].version | string | `"latest"` | |
294-
| argo-events.configs.nats.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.15.0"` | |
293+
| argo-events.configs.nats.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.16.0"` | |
295294
| argo-events.configs.nats.versions[0].natsStreamingImage | string | `"nats-streaming:0.25.6"` | |
296295
| argo-events.configs.nats.versions[0].version | string | `"0.22.1"` | |
297296
| argo-events.crds.install | bool | `false` | |
@@ -314,9 +313,42 @@ sealed-secrets:
314313
| cf-argocd-extras.sourcesServer | object | `{"affinity":{},"enabled":true,"hpa":{"enabled":true},"nodeSelector":{},"tolerations":[]}` | Sources server configuration |
315314
| cf-argocd-extras.sourcesServer.hpa.enabled | bool | `true` | Enable HPA for sources server |
316315
| codefreshWorkflowLogStoreCM | object | `{"enabled":true,"endpoint":"gitops-workflow-logs.codefresh.io","insecure":false}` | Argo workflows logs storage on Codefresh platform settings. Don't change unless instructed by Codefresh support. |
317-
| event-reporters | object | `{"workflow":{"serviceAccount":{"create":true,"name":""}}}` | Event reporters configuration for backward compatibility |
318-
| event-reporters.workflow.serviceAccount.create | bool | `true` | Create service account for workflow reporter |
319-
| event-reporters.workflow.serviceAccount.name | string | `""` | Service account name (defaults to codefresh-sa if not specified) |
316+
| event-reporters.rollout.eventSource.affinity | object | `{}` | |
317+
| event-reporters.rollout.eventSource.nodeSelector | object | `{}` | |
318+
| event-reporters.rollout.eventSource.replicas | int | `1` | |
319+
| event-reporters.rollout.eventSource.resources | object | `{}` | |
320+
| event-reporters.rollout.eventSource.tolerations | list | `[]` | |
321+
| event-reporters.rollout.sensor.affinity | object | `{}` | |
322+
| event-reporters.rollout.sensor.env | object | `{}` | Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
323+
| event-reporters.rollout.sensor.logging | object | `{"enabled":false,"intervalSeconds":0}` | Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
324+
| event-reporters.rollout.sensor.nodeSelector | object | `{}` | |
325+
| event-reporters.rollout.sensor.replicas | int | `1` | |
326+
| event-reporters.rollout.sensor.resources | object | `{}` | |
327+
| event-reporters.rollout.sensor.retryStrategy | object | `{"duration":0,"factor":1,"jitter":1,"steps":3}` | Retry strategy for events sent to Codefresh |
328+
| event-reporters.rollout.sensor.retryStrategy.duration | int | `0` | The initial duration, use strings like "2s", "1m" |
329+
| event-reporters.rollout.sensor.retryStrategy.factor | float | `1` | Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
330+
| event-reporters.rollout.sensor.retryStrategy.jitter | int | `1` | The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
331+
| event-reporters.rollout.sensor.retryStrategy.steps | int | `3` | Number of retries |
332+
| event-reporters.rollout.sensor.tolerations | list | `[]` | |
333+
| event-reporters.rollout.serviceAccount.create | bool | `true` | |
334+
| event-reporters.workflow.eventSource.affinity | object | `{}` | |
335+
| event-reporters.workflow.eventSource.nodeSelector | object | `{}` | |
336+
| event-reporters.workflow.eventSource.replicas | int | `1` | |
337+
| event-reporters.workflow.eventSource.resources | object | `{}` | |
338+
| event-reporters.workflow.eventSource.tolerations | list | `[]` | |
339+
| event-reporters.workflow.sensor.affinity | object | `{}` | |
340+
| event-reporters.workflow.sensor.env | object | `{}` | Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
341+
| event-reporters.workflow.sensor.logging | object | `{"enabled":false,"intervalSeconds":0}` | Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
342+
| event-reporters.workflow.sensor.nodeSelector | object | `{}` | |
343+
| event-reporters.workflow.sensor.replicas | int | `1` | |
344+
| event-reporters.workflow.sensor.resources | object | `{}` | |
345+
| event-reporters.workflow.sensor.retryStrategy | object | `{"duration":0,"factor":1,"jitter":1,"steps":3}` | Retry strategy for events sent to Codefresh |
346+
| event-reporters.workflow.sensor.retryStrategy.duration | int | `0` | The initial duration, use strings like "2s", "1m" |
347+
| event-reporters.workflow.sensor.retryStrategy.factor | float | `1` | Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
348+
| event-reporters.workflow.sensor.retryStrategy.jitter | int | `1` | The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
349+
| event-reporters.workflow.sensor.retryStrategy.steps | int | `3` | Number of retries |
350+
| event-reporters.workflow.sensor.tolerations | list | `[]` | |
351+
| event-reporters.workflow.serviceAccount.create | bool | `true` | |
320352
| gitops-operator.affinity | object | `{}` | |
321353
| gitops-operator.config.commitStatusPollingInterval | string | `"10s"` | Commit status polling interval |
322354
| gitops-operator.config.maxConcurrentReleases | int | `100` | Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime) |

charts/gitops-runtime/README.md.gotmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
## Prerequisites
55

6-
- Kubernetes **1.23+**
7-
- Helm **3.8.0+**
6+
- Helm **3.11.0+**
87

98
## Get Chart Info
109

tests/component-tests/setup/fixture/simple-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ A Helm chart for Kubernetes
5252
| volumes | list | `[]` | |
5353

5454
----------------------------------------------
55-
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
55+
Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1)

0 commit comments

Comments
 (0)