diff --git a/stable/centrifugo/Chart.yaml b/stable/centrifugo/Chart.yaml index 3a0aa15cc08c..fa7fd3d08d24 100644 --- a/stable/centrifugo/Chart.yaml +++ b/stable/centrifugo/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 2.0.0 +version: 2.0.1 appVersion: 1.7.3 description: Centrifugo is a real-time messaging server. name: centrifugo diff --git a/stable/centrifugo/README.md b/stable/centrifugo/README.md index aa0124d68473..f892abebf8c3 100644 --- a/stable/centrifugo/README.md +++ b/stable/centrifugo/README.md @@ -40,7 +40,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the Centrifugo chart and their default values. +The following table lists the configurable parameters of the Centrifugo chart and their default values. | Parameter | Description | Default | | -------------------------- | ------------------------------------- | --------------------------------------------------------- | @@ -68,4 +68,4 @@ Alternatively, a YAML file that specifies the values for the parameters can be p $ helm install --name my-release -f values.yaml stable/centrifugo ``` -> **Tip**: You can use the default [values.yaml](values.yaml) \ No newline at end of file +> **Tip**: You can use the default [values.yaml](values.yaml) diff --git a/stable/centrifugo/values.yaml b/stable/centrifugo/values.yaml index df6d0e10cb53..7ba7feaf46d0 100644 --- a/stable/centrifugo/values.yaml +++ b/stable/centrifugo/values.yaml @@ -52,4 +52,4 @@ admin: args: - --web=true -resources: {} \ No newline at end of file +resources: {}