From 12d57f0de98d3cc352e3b893655ae51f9e0a06e7 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 25 Dec 2024 19:58:07 +0100 Subject: [PATCH] Deployment (Kubernetes): bump version --- deployment/kubernetes/gisaf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/kubernetes/gisaf.yaml b/deployment/kubernetes/gisaf.yaml index ad186bd..9932322 100644 --- a/deployment/kubernetes/gisaf.yaml +++ b/deployment/kubernetes/gisaf.yaml @@ -112,7 +112,7 @@ spec: - "gisaf-backend" initContainers: - name: gisaf-backend-initdb - image: code.philo.ydns.eu/philorg/gisaf-backend:0.5.0-alpha.8 + image: code.philo.ydns.eu/philorg/gisaf-backend:0.5.0-alpha.10 imagePullPolicy: Always command: ["gisaf", "create-db"] env: @@ -120,7 +120,7 @@ spec: value: gisaf-database containers: - name: gisaf-backend - image: code.philo.ydns.eu/philorg/gisaf-backend:0.5.0-alpha.8 + image: code.philo.ydns.eu/philorg/gisaf-backend:0.5.0-alpha.10 imagePullPolicy: Always env: - name: GISAF__GISAF_LIVE__REDIS