Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 775f972

Browse files
authored
Merge pull request #1620 from jeremyeder/fix/readme-quickstart-tag-mismatch
fix(docs): remove hardcoded v0.5.1 tag from README quickstart
2 parents d85aa01 + ac15f57 commit 775f972

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ Kagenti provides a set of components and assets that make it easier to manage AI
119119
git clone https://github.com/kagenti/kagenti.git
120120
cd kagenti
121121

122-
# Check out the latest stable release (recommended)
123-
# Find the current version at https://github.com/kagenti/kagenti/releases/latest
124-
git checkout v0.5.1
125-
126122
# Copy and configure secrets
127123
cp deployments/envs/secret_values.yaml.example deployments/envs/.secret_values.yaml
128124
# Edit deployments/envs/.secret_values.yaml with your values
@@ -131,12 +127,7 @@ cp deployments/envs/secret_values.yaml.example deployments/envs/.secret_values.y
131127
scripts/kind/setup-kagenti.sh --with-ui --with-spire --with-agent-sandbox --with-builds
132128
```
133129

134-
> **Tip:** To find the latest stable version from the command line:
135-
> ```bash
136-
> git tag --list 'v*' --sort=-v:refname | grep -v -E '(alpha|rc)' | head -1
137-
> ```
138-
139-
For all available installer options and detailed instructions (including OpenShift), refer to the [Installation Guide](./docs/install.md).
130+
Use `scripts/kind/setup-kagenti.sh --help` for all available options. For detailed instructions including OpenShift, refer to the [Installation Guide](./docs/install.md).
140131

141132
### Access the UI
142133

0 commit comments

Comments
 (0)