diff --git a/index.yaml b/index.yaml index 34c27b3..d0f48b5 100644 --- a/index.yaml +++ b/index.yaml @@ -3,12 +3,12 @@ entries: tatort: - apiVersion: v2 appVersion: 0.0.1 - created: "2025-03-07T11:57:28.134445+01:00" + created: "2025-03-07T12:26:26.801918+01:00" description: A Helm chart for Kubernetes - digest: 5b0f9008fb21a63ebb9c5e3be31a27f88bfee7c611782cf6f2960343932efd41 + digest: 9249bfbc92205de7bbbea72767519a082d82676d202ef9c4e57d6ecebdce4735 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-07T11:57:28.134057+01:00" +generated: "2025-03-07T12:26:26.801617+01:00" diff --git a/tatort-0.1.1.tgz b/tatort-0.1.1.tgz index 0a9fddb..3930bad 100644 Binary files a/tatort-0.1.1.tgz and b/tatort-0.1.1.tgz differ diff --git a/tatort/templates/ingress.yaml b/tatort/templates/ingress.yaml index 50997c7..744cfdc 100644 --- a/tatort/templates/ingress.yaml +++ b/tatort/templates/ingress.yaml @@ -39,7 +39,7 @@ spec: service: name: {{ $fullName }} port: - number: 4173 + number: 3000 {{- end }} {{- end }} diff --git a/tatort/templates/service.yaml b/tatort/templates/service.yaml index 4e10015..d2a9290 100644 --- a/tatort/templates/service.yaml +++ b/tatort/templates/service.yaml @@ -16,7 +16,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: 4173 + targetPort: 3000 protocol: TCP name: npm selector: diff --git a/tatort/values.yaml b/tatort/values.yaml index c937c45..833bc9a 100644 --- a/tatort/values.yaml +++ b/tatort/values.yaml @@ -8,7 +8,7 @@ serviceAccount: image: repository: gitea.innohub.local:3000/innohub/tatort - tag: v0.2.4 + tag: v0.2.5 pullPolicy: IfNotPresent insecure: true @@ -16,7 +16,7 @@ replicaCount: 1 service: type: ClusterIP - port: 4173 + port: 3000 annotations: {} endpoint: tatort.local