Skip to content

Commit

Permalink
Merge pull request #12 from centrifugal/fix_kind_action
Browse files Browse the repository at this point in the history
* update version of kind action
* Update README.md (#11)

Co-authored-by: Robert Khayreev <robert.khayreev@gmail.com>
  • Loading branch information
FZambia and Robert-khayreev authored Jul 31, 2021
2 parents 8ef92c0 + 4888c64 commit f00900d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
config: ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.0.0
uses: helm/kind-action@v1.2.0
if: steps.lint.outputs.changed == 'true'

- name: Run chart-testing (install)
Expand Down
2 changes: 1 addition & 1 deletion charts/centrifugo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: centrifugo
description: Centrifugo is a scalable real-time messaging server in language-agnostic way
version: 6.0.4
version: 6.0.5
appVersion: 2.8.1
home: https://centrifugal.github.io/centrifugo/
icon: https://centrifugal.github.io/centrifugo/images/favicon.png
Expand Down
16 changes: 8 additions & 8 deletions charts/centrifugo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ The following table lists the configurable parameters of the Centrifugo chart an
| `env` | Additional environment variables to be passed to Centrifugo container. | `nil` |
| `config` | Centrifugo configuration, will be transformed into config.json file | `{"admin":true,"engine":"memory","namespaces":[],"v3_use_offset":true}` |
| `existingSecret` | Name of existing secret to use for secret's parameters. The secret has to contain the keys below | `nil` |
| `secret.tokenHmacSecretKey` | Secret key for HMAC tokens. | `nil` |
| `secret.adminPassword` | Admin password used to protect access to web interface. | `nil` |
| `secret.adminSecret` | Admin secret used to create auth tokens on user login into admin web interface. | `nil` |
| `secret.apiKey` | Centrifugo api_key for Centrifugo API endpoint authorization. | `nil` |
| `secret.grpcApiKey` | Centrifugo grpc_api_key for Centrifugo GRPC API authorization. | `nil` |
| `secret.redisUrl` | Connection string to Redis. | `nil` |
| `secret.redisPassword` | Password for Redis. | `nil` |
| `secret.natsUrl` | Connection string to Nats. | `nil` |
| `secrets.tokenHmacSecretKey` | Secret key for HMAC tokens. | `nil` |
| `secrets.adminPassword` | Admin password used to protect access to web interface. | `nil` |
| `secrets.adminSecret` | Admin secret used to create auth tokens on user login into admin web interface. | `nil` |
| `secrets.apiKey` | Centrifugo api_key for Centrifugo API endpoint authorization. | `nil` |
| `secrets.grpcApiKey` | Centrifugo grpc_api_key for Centrifugo GRPC API authorization. | `nil` |
| `secrets.redisUrl` | Connection string to Redis. | `nil` |
| `secrets.redisPassword` | Password for Redis. | `nil` |
| `secrets.natsUrl` | Connection string to Nats. | `nil` |


### Metrics parameters
Expand Down

0 comments on commit f00900d

Please sign in to comment.