|
45 | 45 |
|
46 | 46 | | Key | Type | Default | Description | |
47 | 47 | |-----|------|---------|-------------| |
48 | | -| configs.jetstream.settings.maxFileStore | int | `-1` | Maximum size of the file storage (e.g. 20G) | |
49 | | -| configs.jetstream.settings.maxMemoryStore | int | `-1` | Maximum size of the memory storage (e.g. 1G) | |
50 | | -| configs.jetstream.streamConfig.duplicates | string | `"300s"` | Not documented at the moment | |
51 | | -| configs.jetstream.streamConfig.maxAge | string | `"72h"` | Maximum age of existing messages, i.e. “72h”, “4h35m” | |
52 | | -| configs.jetstream.streamConfig.maxBytes | string | `"1GB"` | | |
53 | | -| configs.jetstream.streamConfig.maxMsgs | int | `1000000` | Maximum number of messages before expiring oldest message | |
54 | | -| configs.jetstream.streamConfig.replicas | int | `3` | Number of replicas, defaults to 3 and requires minimal 3 | |
55 | | -| configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:latest"` | | |
56 | | -| configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:latest"` | | |
57 | | -| configs.jetstream.versions[0].natsImage | string | `"nats:latest"` | | |
| 48 | +| configs.jetstream.settings.max_file_store | string | `"1TB"` | | |
| 49 | +| configs.jetstream.settings.max_memory_store | int | `-1` | | |
| 50 | +| configs.jetstream.streamConfig.duplicates | string | `"300s"` | | |
| 51 | +| configs.jetstream.streamConfig.maxAge | string | `"168h"` | | |
| 52 | +| configs.jetstream.streamConfig.maxBytes | int | `-1` | | |
| 53 | +| configs.jetstream.streamConfig.maxMsgs | int | `50000` | | |
| 54 | +| configs.jetstream.streamConfig.replicas | int | `3` | | |
| 55 | +| configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.7.0"` | | |
| 56 | +| configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.9.1"` | | |
| 57 | +| configs.jetstream.versions[0].natsImage | string | `"nats:2.8.1"` | | |
58 | 58 | | configs.jetstream.versions[0].startCommand | string | `"/nats-server"` | | |
59 | 59 | | configs.jetstream.versions[0].version | string | `"latest"` | | |
60 | | -| configs.nats.versions | list | `[{"metricsExporterImage":"natsio/prometheus-nats-exporter:latest","natsStreamingImage":"nats-streaming:latest","version":"latest"}]` | Supported versions of NATS event bus | |
| 60 | +| configs.jetstream.versions[1].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.7.0"` | | |
| 61 | +| configs.jetstream.versions[1].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.9.1"` | | |
| 62 | +| configs.jetstream.versions[1].natsImage | string | `"nats:2.8.1"` | | |
| 63 | +| configs.jetstream.versions[1].startCommand | string | `"/nats-server"` | | |
| 64 | +| configs.jetstream.versions[1].version | string | `"2.8.1"` | | |
| 65 | +| configs.jetstream.versions[2].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.7.0"` | | |
| 66 | +| configs.jetstream.versions[2].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.9.1"` | | |
| 67 | +| configs.jetstream.versions[2].natsImage | string | `"nats:2.8.1-alpine"` | | |
| 68 | +| configs.jetstream.versions[2].startCommand | string | `"nats-server"` | | |
| 69 | +| configs.jetstream.versions[2].version | string | `"2.8.1-alpine"` | | |
| 70 | +| configs.jetstream.versions[3].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.7.0"` | | |
| 71 | +| configs.jetstream.versions[3].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.9.1"` | | |
| 72 | +| configs.jetstream.versions[3].natsImage | string | `"nats:2.8.2"` | | |
| 73 | +| configs.jetstream.versions[3].startCommand | string | `"/nats-server"` | | |
| 74 | +| configs.jetstream.versions[3].version | string | `"2.8.2"` | | |
| 75 | +| configs.jetstream.versions[4].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.7.0"` | | |
| 76 | +| configs.jetstream.versions[4].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.9.1"` | | |
| 77 | +| configs.jetstream.versions[4].natsImage | string | `"nats:2.8.2-alpine"` | | |
| 78 | +| configs.jetstream.versions[4].startCommand | string | `"nats-server"` | | |
| 79 | +| configs.jetstream.versions[4].version | string | `"2.8.2-alpine"` | | |
| 80 | +| configs.nats.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.8.0"` | | |
| 81 | +| configs.nats.versions[0].natsStreamingImage | string | `"nats-streaming:0.22.1"` | | |
| 82 | +| configs.nats.versions[0].version | string | `"0.22.1"` | | |
61 | 83 | | crds.annotations | object | `{}` | Annotations to be added to all CRDs | |
62 | 84 | | crds.install | bool | `true` | Install and upgrade CRDs | |
63 | 85 | | crds.keep | bool | `true` | Keep CRDs on chart uninstall | |
|
66 | 88 | | global.additionalLabels | object | `{}` | Additional labels to add to all resources | |
67 | 89 | | global.hostAliases | list | `[]` | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files | |
68 | 90 | | global.image.imagePullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all Argo Events deployments | |
69 | | -| global.image.repository | string | `"quay.io/argoproj/argo-events"` | If defined, a repository applied to all Argo Events deployments | |
| 91 | +| global.image.repository | string | `"quay.io/codefresh/argo-events"` | If defined, a repository applied to all Argo Events deployments | |
70 | 92 | | global.image.tag | string | `""` | Overrides the global Argo Events image tag whose default is the chart appVersion | |
71 | 93 | | global.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository | |
72 | 94 | | global.podAnnotations | object | `{}` | Annotations for the all deployed pods | |
|
137 | 159 | |-----|------|---------|-------------| |
138 | 160 | | webhook.affinity | object | `{}` | Assign custom [affinity] rules to the deployment | |
139 | 161 | | webhook.containerSecurityContext | object | `{}` | Event controller container-level security context | |
140 | | -| webhook.enabled | bool | `false` | Enable admission webhook. Applies only for cluster-wide installation | |
| 162 | +| webhook.enabled | bool | `true` | Enable admission webhook. Applies only for cluster-wide installation | |
141 | 163 | | webhook.env | list | `[]` (See [values.yaml]) | Environment variables to pass to event controller | |
142 | 164 | | webhook.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to event controller | |
143 | 165 | | webhook.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the event controller | |
|
0 commit comments