diff --git a/Dockerfile b/Dockerfile index 1e1dc04..58d4cde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,4 +47,4 @@ HEALTHCHECK --interval=20s --timeout=5s --start-period=5s --retries=3 \ # Start FastAPI server via Uvicorn CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] -#harbor.freshbrewed.science/library/botWebWars \ No newline at end of file +#harbor.freshbrewed.science/library/botwebwars \ No newline at end of file diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 4e49aa5..1977e1b 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: - repository: botWebWars + repository: botwebwars pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest"