Skip to content

Commit 7c47702

Browse files
authored
[docs] Update gethue/hue install for helm3 (#2010)
1 parent 9e6e1dc commit 7c47702

18 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Kubernetes
5151

5252
helm repo add gethue https://helm.gethue.com
5353
helm repo update
54-
helm install gethue/hue
54+
helm install hue gethue/hue
5555

5656
Read more about configurations at [tools/kubernetes](tools/kubernetes/).
5757

docs/docs-site/content/administrator/installation/cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To start a full Hue service:
2121

2222
helm repo add gethue https://helm.gethue.com
2323
helm repo update
24-
helm install gethue/hue
24+
helm install hue gethue/hue
2525

2626
The [Kubernetes Guide](https://github.com/cloudera/hue/tree/testing/tools/kubernetes) shows how to run the services via Helm or native YAML configs.
2727

docs/docs-site/content/quickstart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Or [Kubernetes](/administrator/installation/cloud/#kubernetes):
1515

1616
helm repo add gethue https://helm.gethue.com
1717
helm repo update
18-
helm install gethue/hue
18+
helm install hue gethue/hue
1919

2020
## Configure
2121

docs/docs-site/content/releases/release-notes-4.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Docker:
5151
Kubernetes:
5252
helm repo add gethue https://helm.gethue.com
5353
helm repo update
54-
helm install gethue/hue
54+
helm install hue gethue/hue
5555

5656
[demo.gethue.com](https://demo.gethue.com/)
5757

docs/gethue/content/en/posts/2019-07-26-hue-in-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In a Shell, after installing Helm, just execute these three instructions to boot
5858

5959
<pre><code class="bash">helm repo add gethue https://helm.gethue.com
6060
helm repo update
61-
helm install gethue/hue
61+
helm install hue gethue/hue
6262
</code></pre>
6363

6464
<a href="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png"><img src="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png" /></a>

docs/gethue/content/en/posts/2019-08-12-hue-4-5-and-its-improvements-are-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ They are several ways to give it a spin!
6868
```
6969
helm repo add gethue https://helm.gethue.com
7070
helm repo update
71-
helm install gethue/hue
71+
helm install hue gethue/hue
7272
```
7373
7474
<a href="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png"><img src="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png" /></a>

docs/gethue/content/en/posts/2019-12-03-release-hue-4-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Go grab it and give it a spin!
7474
```
7575
helm repo add gethue https://helm.gethue.com
7676
helm repo update
77-
helm install gethue/hue
77+
helm install hue gethue/hue
7878
```
7979
* [demo.gethue.com](demo.gethue.com)
8080
* [Tarball](https://cdn.gethue.com/downloads/hue-4.6.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.6.0.zip)

docs/gethue/content/en/posts/2020-04-10-release-hue-4-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Go grab it and give it a spin!
7575
```
7676
helm repo add gethue https://helm.gethue.com
7777
helm repo update
78-
helm install gethue/hue
78+
helm install hue gethue/hue
7979
```
8080
* [demo.gethue.com](demo.gethue.com)
8181
* [Tarball](https://cdn.gethue.com/downloads/hue-4.7.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.7.0.zip)

docs/gethue/content/en/posts/2020-08-22-quickstart-hue-in-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In a Shell, after installing Helm, just execute these three instructions to boot
5555

5656
<pre><code class="bash">helm repo add gethue https://helm.gethue.com
5757
helm repo update
58-
helm install gethue/hue
58+
helm install hue gethue/hue
5959
</code></pre>
6060

6161
<a href="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png"><img src="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png" /></a>

docs/gethue/content/en/posts/2020-09-23-release-hue-4-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Go grab it and give it a spin!
8888
```
8989
helm repo add gethue https://helm.gethue.com
9090
helm repo update
91-
helm install gethue/hue
91+
helm install hue gethue/hue
9292
```
9393
* [demo.gethue.com](demo.gethue.com)
9494
* [Tarball](https://cdn.gethue.com/downloads/hue-4.8.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.8.0.zip)

0 commit comments

Comments
 (0)