From ded04531da9eadd34189dbae5c627e2b77c8d036 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 16 Apr 2026 10:15:04 +0300 Subject: goprecords: bump to 0.5.0 Co-Authored-By: Claude Sonnet 4.6 --- f3s/goprecords/docker-image/Justfile | 2 +- f3s/goprecords/helm-chart/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/f3s/goprecords/docker-image/Justfile b/f3s/goprecords/docker-image/Justfile index 4149ab2..b3f2aa1 100644 --- a/f3s/goprecords/docker-image/Justfile +++ b/f3s/goprecords/docker-image/Justfile @@ -1,6 +1,6 @@ REGISTRY := "r0.lan.buetow.org:30001" IMAGE := "goprecords" -TAG := "0.4.1" +TAG := "0.5.0" SRC := "/home/paul/git/goprecords" build: diff --git a/f3s/goprecords/helm-chart/templates/deployment.yaml b/f3s/goprecords/helm-chart/templates/deployment.yaml index 8a2a11c..f203e26 100644 --- a/f3s/goprecords/helm-chart/templates/deployment.yaml +++ b/f3s/goprecords/helm-chart/templates/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: goprecords - image: registry.lan.buetow.org:30001/goprecords:0.4.1 + image: registry.lan.buetow.org:30001/goprecords:0.5.0 imagePullPolicy: Always args: - -daemon -- cgit v1.2.3