@@ -38,6 +38,10 @@ Some users would prefer to install the CRDs _outside_ of the chart. You can disa
3838
3939You can install the CRDs manually from ` templates/crds ` folder.
4040
41+ ### 2.4.*
42+
43+ At github events source githubUploadURL is required when githubBaseURL is set
44+
4145### 2.0.*
4246
4347Custom resource definitions were moved to ` templates ` folder so they can be managed by Helm.
5862
5963| Key | Type | Default | Description |
6064| -----| ------| ---------| -------------|
61- | configs.jetstream.settings.maxFileStore | int | ` -1 ` | Maximum size of the file storage (e.g. 20G) |
62- | configs.jetstream.settings.maxMemoryStore | int | ` -1 ` | Maximum size of the memory storage (e.g. 1G) |
63- | configs.jetstream.streamConfig.duplicates | string | ` "300s" ` | Not documented at the moment |
64- | configs.jetstream.streamConfig.maxAge | string | ` "72h " ` | Maximum age of existing messages, i.e. “72h”, “4h35m” |
65- | configs.jetstream.streamConfig.maxBytes | string | ` "1GB" ` | |
66- | configs.jetstream.streamConfig.maxMsgs | int | ` 1000000 ` | Maximum number of messages before expiring oldest message |
67- | configs.jetstream.streamConfig.replicas | int | ` 3 ` | Number of replicas, defaults to 3 and requires minimal 3 |
65+ | configs.jetstream.settings.max_file_store | string | ` "1TB" ` | |
66+ | configs.jetstream.settings.max_memory_store | int | ` -1 ` | |
67+ | configs.jetstream.streamConfig.duplicates | string | ` "300s" ` | |
68+ | configs.jetstream.streamConfig.maxAge | string | ` "168h " ` | |
69+ | configs.jetstream.streamConfig.maxBytes | int | ` -1 ` | |
70+ | configs.jetstream.streamConfig.maxMsgs | int | ` 50000 ` | |
71+ | configs.jetstream.streamConfig.replicas | int | ` 3 ` | |
6872| configs.jetstream.versions[ 0] .configReloaderImage | string | ` "natsio/nats-server-config-reloader:0.14.0" ` | |
6973| configs.jetstream.versions[ 0] .metricsExporterImage | string | ` "natsio/prometheus-nats-exporter:0.14.0" ` | |
7074| configs.jetstream.versions[ 0] .natsImage | string | ` "nats:2.10.10" ` | |
120124| global.additionalLabels | object | ` {} ` | Additional labels to add to all resources |
121125| global.hostAliases | list | ` [] ` | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files |
122126| global.image.imagePullPolicy | string | ` "IfNotPresent" ` | If defined, a imagePullPolicy applied to all Argo Events deployments |
123- | global.image.repository | string | ` "quay.io/argoproj /argo-events" ` | If defined, a repository applied to all Argo Events deployments |
127+ | global.image.repository | string | ` "quay.io/codefresh /argo-events" ` | If defined, a repository applied to all Argo Events deployments |
124128| global.image.tag | string | ` "" ` | Overrides the global Argo Events image tag whose default is the chart appVersion |
125129| global.imagePullSecrets | list | ` [] ` | If defined, uses a Secret to pull an image from a private Docker registry or repository |
126130| global.podAnnotations | object | ` {} ` | Annotations for the all deployed pods |
193197| -----| ------| ---------| -------------|
194198| webhook.affinity | object | ` {} ` | Assign custom [ affinity] rules to the deployment |
195199| webhook.containerSecurityContext | object | ` {} ` | Event controller container-level security context |
196- | webhook.enabled | bool | ` false ` | Enable admission webhook. Applies only for cluster-wide installation |
200+ | webhook.enabled | bool | ` true ` | Enable admission webhook. Applies only for cluster-wide installation |
197201| webhook.env | list | ` [] ` (See [ values.yaml] ) | Environment variables to pass to event controller |
198202| webhook.envFrom | list | ` [] ` (See [ values.yaml] ) | envFrom to pass to event controller |
199203| webhook.image.imagePullPolicy | string | ` "" ` (defaults to global.image.imagePullPolicy) | Image pull policy for the event controller |
0 commit comments