File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ config:
29
29
` ` ` console
30
30
helm repo add aidbox https://aidbox.github.io/helm-charts
31
31
32
- helm upgrade --install aidbox aidbox \
32
+ helm upgrade --install aidbox aidbox/aidbox \
33
33
--namespace aidbox --create-namespace \
34
34
--values /path/to/config/file
35
35
```
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ config:
30
30
```console
31
31
helm repo add aidbox https://aidbox.github.io/helm-charts
32
32
33
- helm upgrade --install aidbox aidbox \
33
+ helm upgrade --install aidbox aidbox/aidbox \
34
34
--namespace aidbox --create-namespace \
35
35
--values /path/to/config/file
36
36
```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ helm repo add aidbox https://aidbox.github.io/helm-charts
13
13
## Installation with the PostgreSQL default credentials
14
14
15
15
``` console
16
- helm upgrade --install aidboxdb aidboxdb \
16
+ helm upgrade --install aidboxdb aidbox/ aidboxdb \
17
17
--namespace postgres --create-namespace
18
18
```
19
19
36
36
and apply it
37
37
38
38
` ` ` console
39
- helm upgrade --install aidboxdb aidboxdb \
39
+ helm upgrade --install aidboxdb aidbox/ aidboxdb \
40
40
--namespace postgres --create-namespace \
41
41
--values /path/to/values.yaml
42
42
```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ helm repo add aidbox https://aidbox.github.io/helm-charts
13
13
## Installation with the PostgreSQL default credentials
14
14
15
15
```console
16
- helm upgrade --install aidboxdb aidboxdb \
16
+ helm upgrade --install aidboxdb aidbox/ aidboxdb \
17
17
--namespace postgres --create-namespace
18
18
```
19
19
36
36
and apply it
37
37
38
38
```console
39
- helm upgrade --install aidboxdb aidboxdb \
39
+ helm upgrade --install aidboxdb aidbox/ aidboxdb \
40
40
--namespace postgres --create-namespace \
41
41
--values /path/to/values.yaml
42
42
```
You can’t perform that action at this time.
0 commit comments