From 6b1523539f04a2844d27b10bfaa0cec75efbac6e Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sun, 12 Jul 2026 01:35:29 +0200 Subject: [PATCH] Set SVG background to white; bump image to 0.5 --- k8s/deployment.yaml | 2 +- web/app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index c8ffb77..f2b61b6 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: m1730-generator - image: git.baumann.gr/adebaumann/m1730-generator:0.4 + image: git.baumann.gr/adebaumann/m1730-generator:0.5 imagePullPolicy: Always ports: - containerPort: 5000 diff --git a/web/app.py b/web/app.py index 3cbdf99..7148862 100644 --- a/web/app.py +++ b/web/app.py @@ -61,7 +61,7 @@ def generate_svg(unit, min_val, max_val, range_label, big_ticks, small_ticks, la ' ', # Background rect with scale-bar cutout - ' ',