From 0a1999ae6001d6ddff23ea9ecbd743ff1121861b Mon Sep 17 00:00:00 2001
From: Andrew Bolin <andrew.bolin@csiro.au>
Date: Fri, 5 Feb 2021 11:00:44 +1100
Subject: [PATCH] revert chart to 0.2.9

---
 charts/tango-util/Chart.yaml                   | 2 +-
 charts/tango-util/templates/_deviceserver.yaml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/tango-util/Chart.yaml b/charts/tango-util/Chart.yaml
index 8b5fd0c8..0bdc4e07 100644
--- a/charts/tango-util/Chart.yaml
+++ b/charts/tango-util/Chart.yaml
@@ -3,7 +3,7 @@ description: A Helm chart library of utilities for TANGO deployents
 name: tango-util
 type: library
 appVersion: 0.2.9
-version: 0.2.10
+version: 0.2.9
 icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
 maintainers:
 - name: Matteo Di Carlo
diff --git a/charts/tango-util/templates/_deviceserver.yaml b/charts/tango-util/templates/_deviceserver.yaml
index 8fd6fbbd..75e55aef 100644
--- a/charts/tango-util/templates/_deviceserver.yaml
+++ b/charts/tango-util/templates/_deviceserver.yaml
@@ -131,7 +131,7 @@ spec:
           - sh
           - -c
         args:
-          - {{ if not .deviceserver.noretry }}retry --max=10 -- {{ end }}{{ .deviceserver.command | toString }} {{ .instance |toString }}
+          - retry --max=10 -- {{ .deviceserver.command | toString }} {{ .instance |toString }}
         env:
         - name: TANGO_HOST
           value: {{ $tango_host }}
@@ -164,4 +164,4 @@ spec:
 {{ toYaml . | indent 8 }}
 {{- end }}
 
-{{ end }}
+{{ end }}
\ No newline at end of file
-- 
GitLab