diff --git a/index.yaml b/index.yaml index a6f6029..a539f8c 100644 --- a/index.yaml +++ b/index.yaml @@ -3,12 +3,12 @@ entries: tatort: - apiVersion: v2 appVersion: 0.0.1 - created: "2025-03-05T11:15:48.240945+01:00" + created: "2025-03-05T11:36:49.834962+01:00" description: A Helm chart for Kubernetes - digest: c450805bfe239364306db529d1049e4fa161acae43ec0ac29722a1a30108e456 + digest: be1a54b7b9812690b8467ac79cab29373bfb57f2e470dc467310cd54db603c71 name: tatort type: application urls: - https://gitea.innohub.local:3000/innohub/charts/raw/main/tatort-0.1.0.tgz version: 0.1.0 -generated: "2025-03-05T11:15:48.240565+01:00" +generated: "2025-03-05T11:36:49.83454+01:00" diff --git a/tatort-0.1.0.tgz b/tatort-0.1.0.tgz index 8c43c76..a73586d 100644 Binary files a/tatort-0.1.0.tgz and b/tatort-0.1.0.tgz differ diff --git a/tatort/templates/NOTES.txt b/tatort/templates/NOTES.txt deleted file mode 100644 index 7292535..0000000 --- a/tatort/templates/NOTES.txt +++ /dev/null @@ -1,22 +0,0 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "tatort.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch its status by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "tatort.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "tatort.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "tatort.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} diff --git a/tatort/values.yaml b/tatort/values.yaml index 617051a..bd0a11c 100644 --- a/tatort/values.yaml +++ b/tatort/values.yaml @@ -27,11 +27,11 @@ ingress: # kubernetes.io/tls-acme: "true" path: / pathtype: ImplementationSpecific - hosts: - - host: tatort.local - paths: - - path: / - pathType: ImplementationSpecific + hosts: [ tatort.local ] +# - host: tatort.local +# paths: +# - path: / +# pathType: ImplementationSpecific tls: []