[bitnami/kube-arangodb] Chore/kube arangodb correct typo chaows (#32849)

* [bitnami/kube-arango]: correct chaows typo in README.md

Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Dominik-Pinsel
2025-04-08 14:08:59 +02:00
committed by GitHub
co-authored by Bitnami Bot
parent 3984dbf04e
commit 30434ab690
4 changed files with 14 additions and 5 deletions
+11 -2
View File
@@ -1,8 +1,17 @@
# Changelog
## 0.1.5 (2025-03-05)
## 0.1.7 (2025-04-08)
* [bitnami/kube-arangodb] Release 0.1.5 ([#32298](https://github.com/bitnami/charts/pull/32298))
* [bitnami/kube-arangodb] Chore/kube arangodb correct typo chaows ([#32849](https://github.com/bitnami/charts/pull/32849))
## <small>0.1.6 (2025-03-28)</small>
* [bitnami/*] Add tanzuCategory annotation (#32409) ([a8fba5c](https://github.com/bitnami/charts/commit/a8fba5cb01f6f4464ca7f69c50b0fbe97d837a95)), closes [#32409](https://github.com/bitnami/charts/issues/32409)
* [bitnami/kube-arangodb] Release 0.1.6 updating components versions (#32655) ([00660b2](https://github.com/bitnami/charts/commit/00660b2d4d38484b27e9754fbc0c34fa28b7b75b)), closes [#32655](https://github.com/bitnami/charts/issues/32655)
## <small>0.1.5 (2025-03-05)</small>
* [bitnami/kube-arangodb] Release 0.1.5 (#32298) ([4c9f284](https://github.com/bitnami/charts/commit/4c9f284bbe42918aacab93b6315add30528abe6b)), closes [#32298](https://github.com/bitnami/charts/issues/32298)
## <small>0.1.4 (2025-02-26)</small>
+1 -1
View File
@@ -32,4 +32,4 @@ maintainers:
name: kube-arangodb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kube-arangodb
version: 0.1.6
version: 0.1.7
+1 -1
View File
@@ -255,7 +255,7 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
| `customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
| `customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
| `scope` | Define namespace scope: Allowed values: legacy, namespaced | `legacy` |
| `allowChaos` | Allow chaows in deployments | `false` |
| `allowChaos` | Allow chaos in deployments | `false` |
| `enableAPI` | Enable operator API endpoints | `true` |
| `enableCRDManagement` | Enable CRD Management by the operator | `true` |
| `extraArgs` | Add extra arguments to the default command | `[]` |
+1 -1
View File
@@ -188,7 +188,7 @@ customStartupProbe: {}
## @param scope Define namespace scope: Allowed values: legacy, namespaced
##
scope: legacy
## @param allowChaos Allow chaows in deployments
## @param allowChaos Allow chaos in deployments
##
allowChaos: false
## @param enableAPI Enable operator API endpoints