From 8489a3fcb0bf4365bcb8cf7c88914e6319e971d3 Mon Sep 17 00:00:00 2001 From: Abstractize Date: Wed, 30 Jul 2025 05:30:18 -0600 Subject: [PATCH] Update dockerfile name --- .helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/values.yaml b/.helm/values.yaml index f507f6e..4693d7c 100644 --- a/.helm/values.yaml +++ b/.helm/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: ghcr.io/abstractize/docker-images/todo/auth + repository: ghcr.io/abstractize/docker-images/todo/auth-service tag: latest pullPolicy: IfNotPresent