diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-07 22:29:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-07 22:29:58 +0300 |
| commit | 21fa1a8d947e5b85cf830e418cd75dcce5233eb7 (patch) | |
| tree | 80ee200da155d6c59d602f386029ba1b1937d8a4 /f3s/goprecords | |
| parent | b5a8e100696f58785171d5034f64c3e0f59b31a6 (diff) | |
Diffstat (limited to 'f3s/goprecords')
| -rw-r--r-- | f3s/goprecords/docker-image/Justfile | 2 | ||||
| -rw-r--r-- | 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 7457f88..eeb642f 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.1" +TAG := "0.5.2" 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 1ae6529..b717afc 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.1 + image: registry.lan.buetow.org:30001/goprecords:0.5.2 imagePullPolicy: Always args: - -daemon |
