From 5fb18ecb029295ce6f568f7f1cc4f83df2a7852e Mon Sep 17 00:00:00 2001 From: Yiran Date: Wed, 16 Oct 2024 16:18:36 +0800 Subject: [PATCH] fix: dead links (#169) * fix: dead links * upgrade version --- charts/greptimedb-cluster/Chart.yaml | 2 +- charts/greptimedb-cluster/README.md | 4 ++-- charts/greptimedb-cluster/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/greptimedb-cluster/Chart.yaml b/charts/greptimedb-cluster/Chart.yaml index cc05551..b11d7af 100644 --- a/charts/greptimedb-cluster/Chart.yaml +++ b/charts/greptimedb-cluster/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: greptimedb-cluster description: A Helm chart for deploying GreptimeDB cluster in Kubernetes. type: application -version: 0.2.15 +version: 0.2.16 appVersion: 0.9.4 home: https://github.com/GreptimeTeam/greptimedb sources: diff --git a/charts/greptimedb-cluster/README.md b/charts/greptimedb-cluster/README.md index 625c13d..ff67c6f 100644 --- a/charts/greptimedb-cluster/README.md +++ b/charts/greptimedb-cluster/README.md @@ -2,7 +2,7 @@ A Helm chart for deploying GreptimeDB cluster in Kubernetes. -![Version: 0.2.15](https://img.shields.io/badge/Version-0.2.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.4](https://img.shields.io/badge/AppVersion-0.9.4-informational?style=flat-square) +![Version: 0.2.16](https://img.shields.io/badge/Version-0.2.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.4](https://img.shields.io/badge/AppVersion-0.9.4-informational?style=flat-square) ## Source Code @@ -73,7 +73,7 @@ helm uninstall mycluster -n default | Key | Type | Default | Description | |-----|------|---------|-------------| -| auth | object | `{"enabled":false,"fileName":"passwd","mountPath":"/etc/greptimedb/auth","users":[{"password":"admin","username":"admin"}]}` | The static auth for greptimedb, only support one user now(https://docs.greptime.com/user-guide/operations/authentication). | +| auth | object | `{"enabled":false,"fileName":"passwd","mountPath":"/etc/greptimedb/auth","users":[{"password":"admin","username":"admin"}]}` | The static auth for greptimedb, only support one user now(https://docs.greptime.com/user-guide/deployments/authentication/static). | | auth.enabled | bool | `false` | Enable static auth | | auth.fileName | string | `"passwd"` | The auth file name, the full path is `${mountPath}/${fileName}` | | auth.mountPath | string | `"/etc/greptimedb/auth"` | The auth file path to store the auth info | diff --git a/charts/greptimedb-cluster/values.yaml b/charts/greptimedb-cluster/values.yaml index f40494a..b763ee3 100644 --- a/charts/greptimedb-cluster/values.yaml +++ b/charts/greptimedb-cluster/values.yaml @@ -457,7 +457,7 @@ remoteWal: # -- The kafka broker endpoints brokerEndpoints: [] -# -- The static auth for greptimedb, only support one user now(https://docs.greptime.com/user-guide/operations/authentication). +# -- The static auth for greptimedb, only support one user now(https://docs.greptime.com/user-guide/deployments/authentication/static). auth: # -- Enable static auth enabled: false