chore(apps): bump apps, remove duplicates and move incubator to stable for RC1

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-21 00:00:57 +02:00
parent d7138eb069
commit 1bf35c85a5
630 changed files with 162 additions and 1167 deletions
@@ -0,0 +1,12 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Append the hardcoded settings */}}
{{- define "statping.hardcodedValues" -}}
env:
VIRTUAL_PORT: {{ .Values.service.main.ports.main.port }}
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "statping.hardcodedValues" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}