From e5433701da63297c4c98a7f2ba9df50003f616c5 Mon Sep 17 00:00:00 2001
From: Nico Poegel <nico_benjamin.poegel@student.reutlingen-university.de>
Date: Mon, 27 Feb 2023 11:25:21 +0100
Subject: [PATCH] changed docker image version for myaktion from 0.2.0 to
 0.2.1, fixing a bug that throws a NullPointerException when requesting a
 campaign with no donations

---
 helm-msa/templates/deployment/myaktion-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-msa/templates/deployment/myaktion-deployment.yaml b/helm-msa/templates/deployment/myaktion-deployment.yaml
index 63f593d..30c139a 100644
--- a/helm-msa/templates/deployment/myaktion-deployment.yaml
+++ b/helm-msa/templates/deployment/myaktion-deployment.yaml
@@ -16,7 +16,7 @@ spec:
     spec:
       containers:
       - name: myaktion
-        image: ginyanote/myaktion:0.2.0
+        image: ginyanote/myaktion:0.2.1
         imagePullPolicy: IfNotPresent
         ports:
         - containerPort: 8080
-- 
GitLab