Skip to content

Commit

Permalink
Add Slack link
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Aug 10, 2023
1 parent 2e813e6 commit 7c227f4
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ The following table shows the compatibility between the Operator Version, Redis

| Operator Version | Redis Image | Sentinel Image | Exporter Image |
|------------------|-------------|----------------|----------------|
| v0.15.0 | v7.0.12 | v7.0.12 | v1.48.0 |
| v0.15.0 | v7.0.11 | v7.0.11 | v1.48.0 |
| v0.14.0 | v7.0.7 | v7.0.7 | v1.48.0 |
| v0.13.0 | v6.2.5 | nil | v1.48.0 |
Expand Down Expand Up @@ -122,33 +123,6 @@ $ helm upgrade redis-sentinel ot-helm/sentinel \
--install --namespace ot-operators
```

If you used this just for testing and development purpose you can delete the resources associated with it

```shell
# Delete the Redis standalone setup
$ helm uninstall redis --namespace ot-operators
```

```shell
# Delete the Redis cluster setup
$ helm uninstall redis-cluster --namespace ot-operators
```

```shell
# Delete the Redis replication setup
$ helm uninstall redis-replication --namespace ot-operators
```

```shell
# Delete the Redis sentinel setup
$ helm uninstall redis-sentinel --namespace ot-operators
```

```shell
# Delete the Redis operator
$ helm uninstall redis-operator --namespace ot-operators
```

If you want to customize the value file by yourself while initializing the helm command, the values files for reference are present [here](https://github.com/OT-CONTAINER-KIT/helm-charts/tree/main/charts/redis-setup).

## Monitoring with Prometheus
Expand All @@ -172,4 +146,6 @@ Please see our [CHANGELOG.md](./CHANGELOG.md) for details.
## Contact Information
This project is managed by [OpsTree Solutions](http://opstree.com). If you have any queries or suggestions, mail us at [[email protected]]([email protected]).
This project is managed by [OpsTree Solutions](http://opstree.com). For any queries or suggestions, you can reach out to us at [[email protected]](mailto:[email protected]).
Join our Slack Channel: [#redis-operator](https://opstree.slack.com/archives/C05MBRB50JG).

0 comments on commit 7c227f4

Please sign in to comment.