Skip to content

Commit

Permalink
fix(notes): update docs link (#218)
Browse files Browse the repository at this point in the history
* fix(notes): update docs link

* bump char version
  • Loading branch information
gagantrivedi authored Jan 20, 2025
1 parent 5deacc0 commit 4112ef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/flagsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/flagsmith/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 4112ef3

Please sign in to comment.