From 263e66fa69e4271a039a898f843dae98db4118bf Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Tue, 8 Sep 2026 06:32:20 -0500 Subject: [PATCH] need to lowercase the container respository name --- Dockerfile | 2 +- helm-chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"