This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 4bde50e683 Bump the version of Druid docker image from
0.16.0-incubating to latest (#13058)
4bde50e683 is described below
commit 4bde50e683e649c57a5d1a147bb15c6286e9eb97
Author: Benedict Jin <[email protected]>
AuthorDate: Sat Sep 10 16:36:00 2022 +0800
Bump the version of Druid docker image from 0.16.0-incubating to latest
(#13058)
---
docs/operations/kubernetes.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/operations/kubernetes.md b/docs/operations/kubernetes.md
index 7298dfa9fb..1b6613c517 100644
--- a/docs/operations/kubernetes.md
+++ b/docs/operations/kubernetes.md
@@ -23,10 +23,10 @@ title: "kubernetes"
-->
-Apache Druid distribution is also available as
[Docker](https://www.docker.com/) image from [Docker
Hub](https://hub.docker.com/r/apache/druid) . For example, you can obtain
release 0.16.0-incubating using the command below.
+Apache Druid distribution is also available as
[Docker](https://www.docker.com/) image from [Docker
Hub](https://hub.docker.com/r/apache/druid) . For example, you can obtain
latest release using the command below.
```
-$docker pull apache/druid:0.16.0-incubating
+$ docker pull apache/druid
```
[druid-operator](https://github.com/druid-io/druid-operator) can be used to
manage a Druid cluster on [Kubernetes](https://kubernetes.io/) .
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]