chore: fix repository url

This commit is contained in:
Namekuji 2023-07-21 14:33:03 -04:00
parent 2dcb21349f
commit 740ebcf5cc
No known key found for this signature in database
GPG Key ID: 1D62332C07FBA532
3 changed files with 3 additions and 3 deletions

View File

@ -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 | | elasticsearch | object | `{"auth":{},"enabled":false,"hostname":"","port":9200,"ssl":false}` | https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#parameters |
| fullnameOverride | string | `""` | | | fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/thatonecalculator/firefish"` | | | image.repository | string | `"registry.joinfirefish.org/firefish/firefish"` | |
| image.tag | string | `""` | | | image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | | | imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | | | ingress.annotations | object | `{}` | |

View File

@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: docker.io/thatonecalculator/firefish repository: registry.joinfirefish.org/firefish/firefish
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
web: web:
image: docker.io/thatonecalculator/firefish image: registry.joinfirefish.org/firefish/firefish
build: .. build: ..
container_name: firefish_web container_name: firefish_web
restart: always restart: always