Skip to content

Commit

Permalink
operator: redirect users to latest operator tag
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
  • Loading branch information
mohamedawnallah committed Sep 23, 2024
1 parent 4c8bcd4 commit 36e2c3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ This section describes how to install `karmada-operator` and create a Karmada in

#### Helm install

Go to the root directory of the `karmada-io/karmada` repo. To install the Helm Chart with
the release name `karmada-operator` in the namespace `karmada-system`, simply run the helm command:
Go to the root directory of the `karmada-io/karmada` repo. Before installing the Helm Chart, ensure the `karmada-operator` is set to the latest released version. You can check the [latest tag on GitHub releases](https://github.com/karmada-io/karmada/releases/latest) and update the `tag` field in the `charts/karmada-operator/values.yaml` file accordingly.

To install the Helm Chart with the release name `karmada-operator` in the namespace `karmada-system`,
simply run the helm command:

```shell
helm install karmada-operator -n karmada-system --create-namespace --dependency-update ./charts/karmada-operator --debug
Expand Down

0 comments on commit 36e2c3c

Please sign in to comment.