Initial Commit
All checks were successful
Helm / helm-unittest (push) Successful in 13s
Helm / helm-lint (push) Successful in 17s
Release / publish-chart (push) Successful in 20s

This commit is contained in:
2025-07-23 18:14:01 +02:00
commit b726409caa
48 changed files with 6058 additions and 0 deletions

19
templates/_hpa.tpl Normal file
View File

@ -0,0 +1,19 @@
---
{{/* annotations */}}
{{- define "reposilite.hpa.annotations" -}}
{{ include "reposilite.annotations" . }}
{{- if .Values.hpa.annotations }}
{{ toYaml .Values.hpa.annotations }}
{{- end }}
{{- end }}
{{/* labels */}}
{{- define "reposilite.hpa.labels" -}}
{{ include "reposilite.labels" . }}
{{- if .Values.hpa.labels }}
{{ toYaml .Values.hpa.labels }}
{{- end }}
{{- end }}