Skip to content

Commit

Permalink
chore: apply suggestions from CR
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Aug 30, 2024
1 parent 1365a17 commit 9c1c54a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ NAME NAMESPACE REVISION UPDATED
operator greptimedb-operator 1 2024-08-30 08:04:53.388756424 +0000 UTC deployed greptimedb-operator-0.2.1 0.1.0-alpha.28
```

The Operator is currently installed with version `0.1.0-alpha.28` using the `greptimedb-operator-0.2.1` chart.

### Update the Operator Repository

Update the GreptimeDB Operator Helm repository to fetch the latest charts:
Expand Down Expand Up @@ -66,4 +68,9 @@ The command should return a successful upgrade with an incremented `REVISION` va
To confirm the upgrade, run the following command:
```bash
kubectl get pod -l 'app.kubernetes.io/name=operator' -n greptimedb-operator -o json | jq '.items[0].spec.containers[0].image'
```

You should see the following output, indicating that the Operator has been successfully upgraded to the latest version:
```bash
"docker.io/greptime/greptimedb-operator:v0.1.0-alpha.29"
```

0 comments on commit 9c1c54a

Please sign in to comment.