diff --git a/index.yaml b/index.yaml deleted file mode 100644 index 8534fdb..0000000 --- a/index.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: v1 -entries: - tatort: - - apiVersion: v2 - appVersion: 0.0.1 - created: "2025-03-06T17:04:47.974062+01:00" - description: A Helm chart for Kubernetes - digest: 20f31bba9527e380fa2d197c9fa7dcfc13ac7bfe87709ae642c4052ecc3331d4 - name: tatort - type: application - urls: - - https://gitea.innohub.local:3000/innohub/charts/raw/main/tatort-0.1.1.tgz - version: 0.1.1 -generated: "2025-03-06T17:04:47.973556+01:00" diff --git a/tatort-0.1.1.tgz b/tatort-0.1.1.tgz deleted file mode 100644 index f2dbebb..0000000 Binary files a/tatort-0.1.1.tgz and /dev/null differ diff --git a/tatort/templates/ingress.yaml b/tatort/templates/ingress.yaml index c4e1565..214a51d 100644 --- a/tatort/templates/ingress.yaml +++ b/tatort/templates/ingress.yaml @@ -2,7 +2,7 @@ {{ if $ingress.enabled }} {{ $serviceName := include "tatort.name" . }} {{ $servicePort := .Values.service.externalPort }} -apiVersion: {{ include "tatort.ingress.apiVersion" . }} +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ include "tatort.fullname" . }}