diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index 3db454b8..d3bebacf 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.0.17 +version: 6.1.0 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/templates/_helpers.tpl b/charts/retool/templates/_helpers.tpl index f3da2cfd..946ce28f 100644 --- a/charts/retool/templates/_helpers.tpl +++ b/charts/retool/templates/_helpers.tpl @@ -163,6 +163,8 @@ Usage: (include "retool.workflows.enabled" .) {{- $output = "" -}} {{- else if eq .Values.image.tag "latest" -}} {{- $output = "1" -}} +{{- else if (contains .Values.image.tag "stable") -}} + {{- $output = "1" -}} {{- else if semverCompare ">= 3.6.11" .Values.image.tag -}} {{- $output = "1" -}} {{- else -}} @@ -188,6 +190,8 @@ Usage: (include "retool.codeExecutor.enabled" .) {{- end -}} {{- else if empty (include "retool.codeExecutor.image.tag" .) -}} {{- $output = "" -}} +{{- else if (contains (include "retool.codeExecutor.image.tag" .) "stable") -}} + {{- $output = "1" -}} {{- else if semverCompare ">= 3.20.15" (include "retool.codeExecutor.image.tag" .) -}} {{- $output = "1" -}} {{- else -}} @@ -249,6 +253,8 @@ Usage: (template "retool.codeExecutor.image.tag" .) {{- fail "If using image.tag=latest (not recommended, select an explicit tag instead) and enabling codeExecutor, explicitly set codeExecutor.image.tag" }} {{- else if (eq .Values.image.tag "latest") -}} {{- "" -}} + {{- else if (contains .Values.image.tag "stable") -}} + {{- .Values.image.tag -}} {{- else if semverCompare ">= 3.20.15" .Values.image.tag -}} {{- .Values.image.tag -}} {{- else -}}