Skip to content
Snippets Groups Projects
Commit d00ee73e authored by František Dvořák's avatar František Dvořák
Browse files

Update accountig image - user_id and group_id fix

parent 563154f9
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
- name: Deploy/upgrade accounting instance - name: Deploy/upgrade accounting instance
vars: vars:
name: "notebooks-accounting" name: "notebooks-accounting"
version: "0.2.0" version: "0.2.1"
shell: |- shell: |-
helm status --namespace accounting {{ name }} helm status --namespace accounting {{ name }}
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
...@@ -41,4 +41,4 @@ ...@@ -41,4 +41,4 @@
environment: environment:
KUBECONFIG: /etc/kubernetes/admin.conf KUBECONFIG: /etc/kubernetes/admin.conf
PATH: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin PATH: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
when: true when: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment