Skip to content

Commit

Permalink
release operator 1.7.3 (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Nov 24, 2023
1 parent 4242567 commit 247e587
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,20 @@
helm repo update
```

3. Upgrade NebulaGraph Operator to version {{operator.release}}.
3. View the latest version of NebulaGraph Operator.

```bash
helm search repo nebula-operator/nebula-operator
```

Example output:

```bash
NAME CHART VERSION APP VERSION DESCRIPTION
nebula-operator/nebula-operator {{operator.release}} {{operator.release}} Nebula Operator Helm chart for Kubernetes
```

4. Upgrade NebulaGraph Operator to {{operator.release}}.

```bash
helm upgrade nebula-operator nebula-operator/nebula-operator --namespace=<namespace_name> --version={{operator.release}}
Expand All @@ -52,7 +65,7 @@
NebulaGraph Operator installed!
```

4. Pull the latest CRD configuration file.
5. Pull the latest CRD configuration file.

!!! note
You need to upgrade the corresponding CRD configurations after NebulaGraph Operator is upgraded. Otherwise, the creation of NebulaGraph clusters will fail. For information about the CRD configurations, see [apps.nebula-graph.io_nebulaclusters.yaml](https://github.com/vesoft-inc/nebula-operator/blob/{{operator.tag}}/config/crd/bases/apps.nebula-graph.io_nebulaclusters.yaml).
Expand All @@ -76,7 +89,7 @@
- `-C /tmp`: If not specified, the chart files will be unpacked to the current directory.


5. Upgrade the CRD configuration file in the `nebula-operator` directory.
6. Upgrade the CRD configuration file in the `nebula-operator` directory.

```bash
kubectl apply -f crds/nebulaclusters.yaml
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ extra:
branch: release-1.2
tag: v1.2.0
operator:
release: 1.7.2
tag: v1.7.2
release: 1.7.3
tag: v1.7.3
branch: release-1.7
upgrade_from: 3.5.0
upgrade_to: 3.5.x
Expand Down

0 comments on commit 247e587

Please sign in to comment.