diff --git a/charts/4allportal/Chart.yaml b/charts/4allportal/Chart.yaml index c7ee9d43..947a6ecd 100644 --- a/charts/4allportal/Chart.yaml +++ b/charts/4allportal/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "3.10.37" description: A Helm chart for 4ALLPORTAL version 3.10.0 and up name: 4allportal -version: 19.1.3 +version: 19.1.4 icon: https://4allportal.com/wp-content/uploads/2022/07/cropped-4ap_logo.png keywords: - 4ALLPORTAL diff --git a/charts/4allportal/README.md b/charts/4allportal/README.md index 5d2dab4f..9e0fd5b5 100644 --- a/charts/4allportal/README.md +++ b/charts/4allportal/README.md @@ -1,6 +1,6 @@ # 4allportal -![Version: 19.1.3](https://img.shields.io/badge/Version-19.1.3-informational?style=flat-square) ![AppVersion: 3.10.37](https://img.shields.io/badge/AppVersion-3.10.37-informational?style=flat-square) +![Version: 19.1.4](https://img.shields.io/badge/Version-19.1.4-informational?style=flat-square) ![AppVersion: 3.10.37](https://img.shields.io/badge/AppVersion-3.10.37-informational?style=flat-square) A Helm chart for 4ALLPORTAL version 3.10.0 and up diff --git a/charts/4allportal/templates/4allportal/deployment.yaml b/charts/4allportal/templates/4allportal/deployment.yaml index 17c4e6aa..55e72e6d 100644 --- a/charts/4allportal/templates/4allportal/deployment.yaml +++ b/charts/4allportal/templates/4allportal/deployment.yaml @@ -61,11 +61,6 @@ spec: {{- end }} env: {{- $apps := dict -}} - {{- if regexMatch "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$" .Values.fourAllPortal.image.tag }} - {{- if semverCompare ">=4.0.0-0" .Values.fourAllPortal.image.tag -}} - {{- $apps = set $apps "4allportal-k8s-cluster-restart" "1.0.0" -}} - {{- end -}} - {{- end -}} {{- if .Values.fourAllPortal.fourApps -}} {{- range $app, $version := .Values.fourAllPortal.fourApps -}} {{- $apps = set $apps $app $version -}}