chore: rename kubezero-nats to kubezero-mq
This commit is contained in:
parent
0599c43dee
commit
8ccd23ba0b
@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: kubezero-nats
|
||||
description: KubeZero umbrella chart for NATS
|
||||
name: kubezero-mq
|
||||
description: KubeZero umbrella chart for MQ systems like NATS
|
||||
type: application
|
||||
version: 0.1.1
|
||||
home: https://kubezero.com
|
||||
@ -17,4 +17,5 @@ dependencies:
|
||||
- name: nats
|
||||
version: 0.8.3
|
||||
#repository: https://nats-io.github.io/k8s/helm/charts/
|
||||
condition: nats.enabled
|
||||
kubeVersion: ">= 1.18.0"
|
38
charts/kubezero-mq/README.md
Normal file
38
charts/kubezero-mq/README.md
Normal file
@ -0,0 +1,38 @@
|
||||
# kubezero-mq
|
||||
|
||||
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
||||
|
||||
KubeZero umbrella chart for MQ systems like NATS
|
||||
|
||||
**Homepage:** <https://kubezero.com>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| Quarky9 | | |
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>= 1.18.0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| | nats | 0.8.3 |
|
||||
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 |
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| nats.enabled | bool | `false` | |
|
||||
| nats.exporter.serviceMonitor.enabled | bool | `false` | |
|
||||
| nats.nats.advertise | bool | `false` | |
|
||||
| nats.nats.image | string | `"nats:2.2.1-alpine3.13"` | |
|
||||
| nats.nats.jetstream.enabled | bool | `true` | |
|
||||
| nats.natsbox.enabled | bool | `false` | |
|
||||
|
||||
## Resources
|
||||
|
||||
### NATS
|
||||
- https://grafana.com/grafana/dashboards/13707
|
@ -16,4 +16,6 @@
|
||||
{{ template "chart.valuesSection" . }}
|
||||
|
||||
## Resources
|
||||
|
||||
### NATS
|
||||
- https://grafana.com/grafana/dashboards/13707
|
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
### NATS
|
||||
|
||||
# get latest chart until they have upstream repo fixed
|
||||
rm -rf charts/nats && mkdir -p charts/nats
|
||||
|
@ -1,4 +1,6 @@
|
||||
nats:
|
||||
enabled: false
|
||||
|
||||
nats:
|
||||
image: nats:2.2.1-alpine3.13
|
||||
|
||||
@ -12,4 +14,4 @@ nats:
|
||||
|
||||
exporter:
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
enabled: false
|
@ -1,24 +0,0 @@
|
||||
# kubezero-nats
|
||||
|
||||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
||||
|
||||
KubeZero umbrella chart for NATS
|
||||
|
||||
**Homepage:** <https://kubezero.com>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| Quarky9 | | |
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>= 1.18.0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| | nats | 0.8.3 |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
Loading…
Reference in New Issue
Block a user