From 06961573f3ebe12c1080eccce5fbcdf9b42dcf38 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Tue, 19 May 2026 18:23:20 -0400 Subject: [PATCH] Fixes --- helm/chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/chart/values.yaml b/helm/chart/values.yaml index cac0b04..c66e54e 100644 --- a/helm/chart/values.yaml +++ b/helm/chart/values.yaml @@ -1,9 +1,9 @@ -namespace: flask-app +namespace: timeclock replicaCount: 1 image: - repository: registry.home.aklabs.net/timeclock + repository: registry.internal.starfort.tech/timeclock tag: latest pullPolicy: IfNotPresent