From d46c4c3fe7d3115fc8b527e64522394ab7a2cd45 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Fri, 29 May 2026 10:57:55 -0400 Subject: [PATCH] Update helm version --- chart/Chart.yaml | 4 ++-- chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ffbeb8b..8e3c2e0 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: timeclock description: Flask app with SQLite persistence type: application -version: 0.1.0 -appVersion: "1.0" +version: 0.2.0 +appVersion: "2.0" diff --git a/chart/values.yaml b/chart/values.yaml index c746fa0..cfd1ab7 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: registry.home.aklabs.net/timeclock - tag: latest + tag: 2026052901 pullPolicy: IfNotPresent service: