From 4112ef3445d543c7d6aacacf7184a373959b8060 Mon Sep 17 00:00:00 2001 From: Gagan Date: Mon, 20 Jan 2025 12:30:22 +0530 Subject: [PATCH] fix(notes): update docs link (#218) * fix(notes): update docs link * bump char version --- charts/flagsmith/Chart.yaml | 2 +- charts/flagsmith/templates/NOTES.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/flagsmith/Chart.yaml b/charts/flagsmith/Chart.yaml index 4545508..d5c441a 100644 --- a/charts/flagsmith/Chart.yaml +++ b/charts/flagsmith/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: flagsmith description: Flagsmith type: application -version: 0.66.0 +version: 0.67.0 appVersion: 2.159.0 dependencies: - name: postgresql diff --git a/charts/flagsmith/templates/NOTES.txt b/charts/flagsmith/templates/NOTES.txt index d102039..25e1bf2 100644 --- a/charts/flagsmith/templates/NOTES.txt +++ b/charts/flagsmith/templates/NOTES.txt @@ -1,6 +1,6 @@ # Flagsmith pods are now starting in the cluster # -See documentation at https://artifacthub.io/packages/helm/flagsmith/flagsmith/{{ .Chart.Version }} +See documentation at https://docs.flagsmith.com/deployment/hosting/kubernetes for more configuration options. To access Flagsmith using port-forwarding, run: @@ -25,7 +25,7 @@ kubectl -n {{ .Release.Namespace }} logs pods/{{ include "flagsmith.fullname" . {{- $stringParts := (compact (list (join ", " $commaParts) $andPart)) -}} ## Ingress not enabled for {{ join " and " $stringParts }} ## -See documentation at https://artifacthub.io/packages/helm/flagsmith/flagsmith/{{ .Chart.Version }}#ingress-configuration +See documentation at https://docs.flagsmith.com/deployment/hosting/kubernetes#ingress-configuration for information about how to gain web access to the application. {{- end }}