diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-14 22:05:19 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-14 22:05:19 +0300 |
| commit | 876031761f99db3d497d3f62a20a34c037cbd951 (patch) | |
| tree | 632a3c76fc239b88cd57ecf92da85af89625700e /f3s/goprecords | |
| parent | f37697bca64b2e25d86bc10900cae5653377cdb8 (diff) | |
goprecords: deploy image 0.4.0 (foo.zone-style HTML and stats order).
Made-with: Cursor
Diffstat (limited to 'f3s/goprecords')
| -rw-r--r-- | f3s/goprecords/README.md | 4 | ||||
| -rw-r--r-- | f3s/goprecords/docker-image/Justfile | 2 | ||||
| -rw-r--r-- | f3s/goprecords/helm-chart/templates/deployment.yaml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/f3s/goprecords/README.md b/f3s/goprecords/README.md index 5007139..2f1c78f 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.3.1` +- `r0.lan.buetow.org:30001/goprecords:0.4.0` The deployment pulls from: -- `registry.lan.buetow.org:30001/goprecords:0.3.1` +- `registry.lan.buetow.org:30001/goprecords:0.4.0` ## Runtime config diff --git a/f3s/goprecords/docker-image/Justfile b/f3s/goprecords/docker-image/Justfile index 9ec4c33..7f7c594 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.3.1" +TAG := "0.4.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 894819a..5bfef19 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.3.1 + image: registry.lan.buetow.org:30001/goprecords:0.4.0 imagePullPolicy: Always args: - -daemon |
