Skip to content

Commit

Permalink
fix(4allportal): remove app k8s-restart (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstroecker authored Sep 28, 2023
1 parent 153aba2 commit f8afd68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/4allportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/4allportal/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 0 additions & 5 deletions charts/4allportal/templates/4allportal/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down

0 comments on commit f8afd68

Please sign in to comment.