Skip to content

Commit

Permalink
feat: remove overridden command in the Kuzzle chart (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia authored Sep 12, 2024
1 parent 9650ff2 commit 423eb6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/kuzzle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.2.0
version: 1.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.28.0"
appVersion: "2.29.1"
7 changes: 3 additions & 4 deletions charts/kuzzle/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kuzzle

![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.28.0](https://img.shields.io/badge/AppVersion-2.28.0-informational?style=flat-square)
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.29.1](https://img.shields.io/badge/AppVersion-2.29.1-informational?style=flat-square)

Kuzzle Kubernetes Chart

Expand All @@ -10,8 +10,7 @@ Kuzzle Kubernetes Chart
| ------------------------------------------- | ------ | ------------------------------------------------ | ----------- |
| affinity | object | `{}` | |
| args | list | `[]` | |
| command\[0\] | string | `"kuzzle"` | |
| command\[1\] | string | `"start"` | |
| command | list | `[]` | |
| entrypoints.cluster_command.port | int | `7510` | |
| entrypoints.cluster_command.targetPort | int | `7510` | |
| entrypoints.cluster_sync.port | int | `7511` | |
Expand Down Expand Up @@ -66,4 +65,4 @@ Kuzzle Kubernetes Chart

______________________________________________________________________

Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
2 changes: 1 addition & 1 deletion charts/kuzzle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extraEnvs:
- name: NODE_ENV
value: production

command: ["kuzzle", "start"]
command: []
args: []

entrypoints:
Expand Down

0 comments on commit 423eb6e

Please sign in to comment.