Skip to content

Commit 103a3b5

Browse files
Merge pull request #1668 from redis/DOC-5311-rdi-helm-filename-fix
DOC-5311 fixed filename in Helm install examples
2 parents d94320d + fe1f109 commit 103a3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To pull images from a private image registry, you must provide the image pull se
133133
`rdi-values.yaml` file:
134134

135135
```bash
136-
helm show values rdi-<tag>.tar.gz > rdi-values.yaml
136+
helm show values rdi-<tag>.tgz > rdi-values.yaml
137137
```
138138

139139
1. Open the `rdi-values.yaml` file you just created, change or add the appropriate
@@ -144,7 +144,7 @@ To pull images from a private image registry, you must provide the image pull se
144144
1. Run the `helm upgrade --install` command:
145145

146146
```bash
147-
helm upgrade --install rdi rdi-<tag>.tar.gz -f rdi-values.yaml -n rdi --create-namespace
147+
helm upgrade --install rdi rdi-<tag>.tgz -f rdi-values.yaml -n rdi --create-namespace
148148
```
149149

150150
{{< note >}}The above command will install RDI in a namespace called

0 commit comments

Comments
 (0)