summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-14 22:13:00 +0300
committerPaul Buetow <paul@buetow.org>2026-04-14 22:13:00 +0300
commit2a81b54c59ff937f66d42bf7aa625c5e30d62321 (patch)
tree01ee92779ea7096b436c58271116c51426df21fc
parent876031761f99db3d497d3f62a20a34c037cbd951 (diff)
goprecords: deploy image 0.4.1 (HTML without top nav links).
Made-with: Cursor
-rw-r--r--f3s/goprecords/README.md4
-rw-r--r--f3s/goprecords/docker-image/Justfile2
-rw-r--r--f3s/goprecords/helm-chart/templates/deployment.yaml2
3 files changed, 4 insertions, 4 deletions
diff --git a/f3s/goprecords/README.md b/f3s/goprecords/README.md
index 2f1c78f..01d8fdf 100644
--- a/f3s/goprecords/README.md
+++ b/f3s/goprecords/README.md
@@ -13,11 +13,11 @@ just build-push
The image is pushed as:
-- `r0.lan.buetow.org:30001/goprecords:0.4.0`
+- `r0.lan.buetow.org:30001/goprecords:0.4.1`
The deployment pulls from:
-- `registry.lan.buetow.org:30001/goprecords:0.4.0`
+- `registry.lan.buetow.org:30001/goprecords:0.4.1`
## Runtime config
diff --git a/f3s/goprecords/docker-image/Justfile b/f3s/goprecords/docker-image/Justfile
index 7f7c594..4149ab2 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.0"
+TAG := "0.4.1"
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 5bfef19..8a2a11c 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.0
+ image: registry.lan.buetow.org:30001/goprecords:0.4.1
imagePullPolicy: Always
args:
- -daemon