diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-20 22:33:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-20 22:33:17 +0300 |
| commit | 0b0bcbfe974a799d620dfd936ec760afb21e9a35 (patch) | |
| tree | 9271c58ca5e90403e1c9a4361fd4c1890b1f7452 /f3s/goprecords | |
| parent | 2f7a063f989b88f2a3636edb8ed019dbcccf669d (diff) | |
f3s: deploy goprecords 0.5.5
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 ae31938..ad7eba4 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.5.4` +- `r0.lan.buetow.org:30001/goprecords:0.5.5` The deployment pulls from: -- `registry.lan.buetow.org:30001/goprecords:0.5.4` +- `registry.lan.buetow.org:30001/goprecords:0.5.5` ## Runtime config diff --git a/f3s/goprecords/docker-image/Justfile b/f3s/goprecords/docker-image/Justfile index 3e6b324..e23c535 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.5.4" +TAG := "0.5.5" 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 07fbab6..2ea77ff 100644 --- a/f3s/goprecords/helm-chart/templates/deployment.yaml +++ b/f3s/goprecords/helm-chart/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: readOnly: true containers: - name: goprecords - image: registry.lan.buetow.org:30001/goprecords:0.5.4 + image: registry.lan.buetow.org:30001/goprecords:0.5.5 imagePullPolicy: Always args: - -daemon |
