From 2d2ca20470737ac1550fe5f78e6731d8251fe6db Mon Sep 17 00:00:00 2001 From: Hugo Prudente Date: Sun, 7 Mar 2021 00:05:31 +0100 Subject: [PATCH] Improve NOTES.txt + bump version to 0.7.9 --- incubator/foundry-vtt/Chart.yaml | 4 ++-- incubator/foundry-vtt/templates/NOTES.txt | 16 ++++++++-------- incubator/foundry-vtt/values.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/incubator/foundry-vtt/Chart.yaml b/incubator/foundry-vtt/Chart.yaml index 62c405a..5d4a69a 100644 --- a/incubator/foundry-vtt/Chart.yaml +++ b/incubator/foundry-vtt/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: foundry-vtt description: Foundry Virtual Tabletop type: application -version: 0.2.3 -appVersion: 0.7.7 +version: 0.2.4 +appVersion: 0.7.9 keywords: - game - server diff --git a/incubator/foundry-vtt/templates/NOTES.txt b/incubator/foundry-vtt/templates/NOTES.txt index 98c3269..e63e8ee 100644 --- a/incubator/foundry-vtt/templates/NOTES.txt +++ b/incubator/foundry-vtt/templates/NOTES.txt @@ -1,10 +1,6 @@ 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 }}{{ . }} - {{- end }} -{{- end }} + http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.hostname }} {{- else if contains "NodePort" .Values.service.serviceType }} export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "foundry-vtt.fullname" . }}) export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") @@ -16,6 +12,10 @@ echo http://$SERVICE_IP:{{ .Values.service.port }} {{- else if contains "ClusterIP" .Values.service.serviceType }} export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "foundry-vtt.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:80 -{{- end }} \ No newline at end of file + echo "Visit http://127.0.0.1:30000 to use your application" + kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:30000 +{{- end }} + +2. If you like this Helm Chart please consider Start it on GitHub.com + +3. Enjoy and may you roll the best that you can! diff --git a/incubator/foundry-vtt/values.yaml b/incubator/foundry-vtt/values.yaml index 534295b..53cbb8d 100644 --- a/incubator/foundry-vtt/values.yaml +++ b/incubator/foundry-vtt/values.yaml @@ -8,7 +8,7 @@ image: pullPolicy: Always repository: - tag: 0.7.7 + tag: 0.7.9 # Credentials for Docker private repository. imagePullSecrets: []