mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-08 21:01:43 +10:00
[bitnami/nats] Release 7.5.5 (#14052)
* [bitnami/nats] Release 7.5.5 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.1
|
||||
digest: sha256:6c67cfa9945bf608209d4e2ca8f17079fca4770907c7902d984187ab5b21811e
|
||||
generated: "2022-12-10T02:07:46.864974112Z"
|
||||
version: 2.2.2
|
||||
digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5
|
||||
generated: "2022-12-20T18:56:33.207640679Z"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
annotations:
|
||||
category: Infrastructure
|
||||
apiVersion: v2
|
||||
appVersion: 2.9.9
|
||||
appVersion: 2.9.10
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -24,4 +24,4 @@ name: nats
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/nats
|
||||
- https://nats.io/
|
||||
version: 7.5.4
|
||||
version: 7.5.5
|
||||
|
||||
+39
-39
@@ -76,44 +76,44 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### NATS parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ------------------------ | ----------------------------------------------------------------------------------------------------- | -------------------- |
|
||||
| `image.registry` | NATS image registry | `docker.io` |
|
||||
| `image.repository` | NATS image repository | `bitnami/nats` |
|
||||
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.9.9-debian-11-r0` |
|
||||
| `image.digest` | NATS image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | NATS image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | NATS image pull secrets | `[]` |
|
||||
| `image.debug` | Enable NATS image debug mode | `false` |
|
||||
| `auth.enabled` | Switch to enable/disable client authentication | `true` |
|
||||
| `auth.user` | Client authentication user | `nats_client` |
|
||||
| `auth.password` | Client authentication password | `""` |
|
||||
| `auth.token` | Client authentication token | `""` |
|
||||
| `auth.timeout` | Client authentication timeout (seconds) | `1` |
|
||||
| `auth.usersCredentials` | Client authentication users credentials collection | `[]` |
|
||||
| `auth.noAuthUser` | Client authentication username from auth.usersCredentials map to be used when no credentials provided | `""` |
|
||||
| `cluster.name` | Cluster name | `nats` |
|
||||
| `cluster.connectRetries` | Configure number of connect retries for implicit routes, otherwise leave blank | `""` |
|
||||
| `cluster.auth.enabled` | Switch to enable/disable cluster authentication | `true` |
|
||||
| `cluster.auth.user` | Cluster authentication user | `nats_cluster` |
|
||||
| `cluster.auth.password` | Cluster authentication password | `""` |
|
||||
| `jetstream.enabled` | Switch to enable/disable JetStream | `false` |
|
||||
| `jetstream.maxMemory` | Max memory usage for JetStream | `1G` |
|
||||
| `debug.enabled` | Switch to enable/disable debug on logging | `false` |
|
||||
| `debug.trace` | Switch to enable/disable trace debug level on logging | `false` |
|
||||
| `debug.logtime` | Switch to enable/disable logtime on logging | `false` |
|
||||
| `maxConnections` | Max. number of client connections | `""` |
|
||||
| `maxControlLine` | Max. protocol control line | `""` |
|
||||
| `maxPayload` | Max. payload | `""` |
|
||||
| `writeDeadline` | Duration the server can block on a socket write to a client | `""` |
|
||||
| `natsFilename` | Filename used by several NATS files (binary, configuration file, and pid file) | `nats-server` |
|
||||
| `configuration` | Specify content for NATS configuration file (generated based on other parameters otherwise) | `""` |
|
||||
| `existingSecret` | The name of an existing Secret with your custom configuration for NATS | `""` |
|
||||
| `command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `extraEnvVars` | Extra environment variables to be set on NATS container | `[]` |
|
||||
| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` |
|
||||
| `extraEnvVarsSecret` | Secret with extra environment variables | `""` |
|
||||
| Name | Description | Value |
|
||||
| ------------------------ | ----------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `image.registry` | NATS image registry | `docker.io` |
|
||||
| `image.repository` | NATS image repository | `bitnami/nats` |
|
||||
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.9.10-debian-11-r0` |
|
||||
| `image.digest` | NATS image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | NATS image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | NATS image pull secrets | `[]` |
|
||||
| `image.debug` | Enable NATS image debug mode | `false` |
|
||||
| `auth.enabled` | Switch to enable/disable client authentication | `true` |
|
||||
| `auth.user` | Client authentication user | `nats_client` |
|
||||
| `auth.password` | Client authentication password | `""` |
|
||||
| `auth.token` | Client authentication token | `""` |
|
||||
| `auth.timeout` | Client authentication timeout (seconds) | `1` |
|
||||
| `auth.usersCredentials` | Client authentication users credentials collection | `[]` |
|
||||
| `auth.noAuthUser` | Client authentication username from auth.usersCredentials map to be used when no credentials provided | `""` |
|
||||
| `cluster.name` | Cluster name | `nats` |
|
||||
| `cluster.connectRetries` | Configure number of connect retries for implicit routes, otherwise leave blank | `""` |
|
||||
| `cluster.auth.enabled` | Switch to enable/disable cluster authentication | `true` |
|
||||
| `cluster.auth.user` | Cluster authentication user | `nats_cluster` |
|
||||
| `cluster.auth.password` | Cluster authentication password | `""` |
|
||||
| `jetstream.enabled` | Switch to enable/disable JetStream | `false` |
|
||||
| `jetstream.maxMemory` | Max memory usage for JetStream | `1G` |
|
||||
| `debug.enabled` | Switch to enable/disable debug on logging | `false` |
|
||||
| `debug.trace` | Switch to enable/disable trace debug level on logging | `false` |
|
||||
| `debug.logtime` | Switch to enable/disable logtime on logging | `false` |
|
||||
| `maxConnections` | Max. number of client connections | `""` |
|
||||
| `maxControlLine` | Max. protocol control line | `""` |
|
||||
| `maxPayload` | Max. payload | `""` |
|
||||
| `writeDeadline` | Duration the server can block on a socket write to a client | `""` |
|
||||
| `natsFilename` | Filename used by several NATS files (binary, configuration file, and pid file) | `nats-server` |
|
||||
| `configuration` | Specify content for NATS configuration file (generated based on other parameters otherwise) | `""` |
|
||||
| `existingSecret` | The name of an existing Secret with your custom configuration for NATS | `""` |
|
||||
| `command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `extraEnvVars` | Extra environment variables to be set on NATS container | `[]` |
|
||||
| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` |
|
||||
| `extraEnvVarsSecret` | Secret with extra environment variables | `""` |
|
||||
|
||||
|
||||
### NATS deployment/statefulset parameters
|
||||
@@ -220,7 +220,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `metrics.enabled` | Enable Prometheus metrics via exporter side-car | `false` |
|
||||
| `metrics.image.registry` | Prometheus metrics exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | Prometheus metrics exporter image repository | `bitnami/nats-exporter` |
|
||||
| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.10.1-debian-11-r12` |
|
||||
| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.10.1-debian-11-r15` |
|
||||
| `metrics.image.digest` | Petete image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `metrics.image.pullPolicy` | Prometheus metrics image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Prometheus metrics image pull secrets | `[]` |
|
||||
|
||||
@@ -64,7 +64,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nats
|
||||
tag: 2.9.9-debian-11-r0
|
||||
tag: 2.9.10-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -691,7 +691,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nats-exporter
|
||||
tag: 0.10.1-debian-11-r12
|
||||
tag: 0.10.1-debian-11-r15
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user