From 0342ec8ee0418b211c0927878524d015a9e21af0 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Tue, 17 Sep 2024 20:50:12 +0800 Subject: [PATCH] docs: fix helm command --- docs/basic/try-with-helm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basic/try-with-helm.md b/docs/basic/try-with-helm.md index be39ae1ae..d9f9bc511 100644 --- a/docs/basic/try-with-helm.md +++ b/docs/basic/try-with-helm.md @@ -21,7 +21,7 @@ Now we show how to deploy Casdoor on Kubernetes using Helm for easy and scalable Install the Casdoor [chart](https://hub.docker.com/r/casbin/casdoor-helm-charts/tags): ```shell -helm install casdoor oci://registry-1.docker.io/casbin/casdoor-helm-charts --version 1.604.0 +helm install casdoor oci://registry-1.docker.io/casbin/casdoor-helm-charts --version v1.702.0 ``` ### Step 2: Accessing Casdoor @@ -33,7 +33,7 @@ Once installed, Casdoor can be accessed at the provided service URL by your Kube Customize your Casdoor installation by modifying the Helm chart values. For detailed options, refer to the [values.yaml](https://github.com/casdoor/casdoor-helm/blob/master/charts/casdoor/values.yaml) file in the chart. The following parameters can be configured. | Parameter | Description | Default Value | -| -------------------------------------------- | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | +|----------------------------------------------|---------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| | `replicaCount` | Number of replicas of the Casdoor application to run. | `1` | | `image.repository` | Repository for the Casdoor Docker image. | `casbin` | | `image.name` | Name of the Casdoor Docker image. | `casdoor` |