summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--f3s/goprecords/README.md4
-rw-r--r--f3s/goprecords/docker-image/Justfile2
-rw-r--r--f3s/goprecords/helm-chart/Chart.yaml2
-rw-r--r--f3s/goprecords/helm-chart/templates/deployment.yaml2
4 files changed, 5 insertions, 5 deletions
diff --git a/f3s/goprecords/README.md b/f3s/goprecords/README.md
index f1c95e4..5007139 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.0`
+- `r0.lan.buetow.org:30001/goprecords:0.3.1`
The deployment pulls from:
-- `registry.lan.buetow.org:30001/goprecords:0.3.0`
+- `registry.lan.buetow.org:30001/goprecords:0.3.1`
## Runtime config
diff --git a/f3s/goprecords/docker-image/Justfile b/f3s/goprecords/docker-image/Justfile
index 046a789..9ec4c33 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.0"
+TAG := "0.3.1"
SRC := "/home/paul/git/goprecords"
build:
diff --git a/f3s/goprecords/helm-chart/Chart.yaml b/f3s/goprecords/helm-chart/Chart.yaml
index d0c4329..a26431d 100644
--- a/f3s/goprecords/helm-chart/Chart.yaml
+++ b/f3s/goprecords/helm-chart/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
name: goprecords
description: A Helm chart for deploying goprecords daemon API.
version: 0.1.0
-appVersion: "0.3.0"
+appVersion: "0.3.1"
diff --git a/f3s/goprecords/helm-chart/templates/deployment.yaml b/f3s/goprecords/helm-chart/templates/deployment.yaml
index 2d460d4..894819a 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.0
+ image: registry.lan.buetow.org:30001/goprecords:0.3.1
imagePullPolicy: Always
args:
- -daemon