diff options
| -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 01d8fdf..62fe480 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.1` +- `r0.lan.buetow.org:30001/goprecords:0.5.3` The deployment pulls from: -- `registry.lan.buetow.org:30001/goprecords:0.4.1` +- `registry.lan.buetow.org:30001/goprecords:0.5.3` ## Runtime config diff --git a/f3s/goprecords/docker-image/Justfile b/f3s/goprecords/docker-image/Justfile index eeb642f..e371ce1 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.2" +TAG := "0.5.3" 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 b717afc..255ce75 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.2 + image: registry.lan.buetow.org:30001/goprecords:0.5.3 imagePullPolicy: Always args: - -daemon |
