From d00ee73ebec99d463eb2deb63070dad4d16ec98a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Thu, 12 Sep 2024 11:12:33 +0000
Subject: [PATCH] Update accountig image - user_id and group_id fix

---
 common/playbooks/accounting.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/playbooks/accounting.yaml b/common/playbooks/accounting.yaml
index 293a4c2..c16aabe 100644
--- a/common/playbooks/accounting.yaml
+++ b/common/playbooks/accounting.yaml
@@ -27,7 +27,7 @@
     - name: Deploy/upgrade accounting instance
       vars:
         name: "notebooks-accounting"
-        version: "0.2.0" 
+        version: "0.2.1"
       shell: |-
         helm status --namespace accounting {{ name }}
         if [ $? -ne 0 ]; then
@@ -41,4 +41,4 @@
       environment:
         KUBECONFIG: /etc/kubernetes/admin.conf
         PATH: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
-      when: true
\ No newline at end of file
+      when: true
-- 
GitLab