diff --git a/chart/README.md b/chart/README.md index 0833eb9a8..25c24ec67 100644 --- a/chart/README.md +++ b/chart/README.md @@ -53,7 +53,7 @@ A fun, new, open way to experience social media https://joinfirefish.org | elasticsearch | object | `{"auth":{},"enabled":false,"hostname":"","port":9200,"ssl":false}` | https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#parameters | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"docker.io/thatonecalculator/firefish"` | | +| image.repository | string | `"registry.joinfirefish.org/firefish/firefish"` | | | image.tag | string | `""` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | diff --git a/chart/values.yaml b/chart/values.yaml index 3bb050441..98306efc4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: docker.io/thatonecalculator/firefish + repository: registry.joinfirefish.org/firefish/firefish pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/dev/docker-compose.yml.example b/dev/docker-compose.yml.example index 21779a57b..872bb399e 100644 --- a/dev/docker-compose.yml.example +++ b/dev/docker-compose.yml.example @@ -2,7 +2,7 @@ version: "3" services: web: - image: docker.io/thatonecalculator/firefish + image: registry.joinfirefish.org/firefish/firefish build: .. container_name: firefish_web restart: always