Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit b696b02

Browse files
Update README.md
1 parent 60064ee commit b696b02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

chart/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Current chart version is `0.3.0`.
44

55
## Deploy Phoenix
66

7-
We do not provide a public Docker repository where you can download the `phoenix` image from. You need to create your own repository and push the image over there and set it here.
8-
97
The default values will create all the services that are required to make Phoenix work out of the box. Make sure you are setting properly the `ENV` variables to connect to `S3`. To install the chart simply run the below command:
108

119
```bash
@@ -21,7 +19,7 @@ If you find something that doesn't work, please open up an Issue or a PR! We :he
2119
| fullnameOverride | string | `""` | |
2220
| nameOverride | string | `""` | |
2321
| image.pullPolicy | string | `"Always"` | Image pull policy |
24-
| image.repository | string | `"repository/phoenix"` | Image repository name |
22+
| image.repository | string | `"docker.pkg.github.com/rtlnl/phoenix/phoenix"` | Image repository name |
2523
| image.tag | string | `"latest"` | Image tag |
2624
| ingress.annotations | object | `{}` | Ingress annotations (values are templated) |
2725
| ingress.enabled | bool | `false` | Enables Ingress |
@@ -49,4 +47,4 @@ If you find something that doesn't work, please open up an Issue or a PR! We :he
4947
| worker.data | string | `{}` | ENV Varibles to be set for the worker service |
5048
| worker.replicaCount | int | `1` | Number of nodes |
5149
| worker.resources | object | `{}` | CPU/Memory resource requests/limits |
52-
| worker.tolerations | object | `{}` | Toleration labels for pod assignment |
50+
| worker.tolerations | object | `{}` | Toleration labels for pod assignment |

0 commit comments

Comments
 (0)