fix(argo-events): Added missing NATS version in values.yaml (#1735)

Signed-off-by: Ramin Akhbari <ramin@akhbari.us>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Ramin A 2022-12-29 09:55:31 -08:00 committed by GitHub
parent 10e3af1bcf
commit daba66b68c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -57,7 +57,7 @@ done
| configs.jetstream.versions[0].natsImage | string | `"nats:latest"` | |
| configs.jetstream.versions[0].startCommand | string | `"/nats-server"` | |
| configs.jetstream.versions[0].version | string | `"latest"` | |
| configs.nats.versions | list | `[{"metricsExporterImage":"natsio/prometheus-nats-exporter:latest","natsStreamingImage":"nats-streaming:latest","version":"latest"}]` | Supported versions of NATS event bus |
| configs.nats.versions | list | See [values.yaml] | Supported versions of NATS event bus |
| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
| crds.install | bool | `true` | Install and upgrade CRDs |
| crds.keep | bool | `true` | Keep CRDs on chart uninstall |