diff --git a/helm-chart/templates/NOTES.txt b/helm-chart/templates/NOTES.txt index 1dfbf0960..8b91df42d 100644 --- a/helm-chart/templates/NOTES.txt +++ b/helm-chart/templates/NOTES.txt @@ -2,26 +2,36 @@ Thank you for installing {{ title .Chart.Name }}. Registry: {{ .Values.tap.docker.registry }} Tag: {{ not (eq .Values.tap.docker.tag "") | ternary .Values.tap.docker.tag (printf "v%s" .Chart.Version) }} - {{- if .Values.tap.docker.overrideTag.worker }} Overridden worker tag: {{ .Values.tap.docker.overrideTag.worker }} -{{ end }} - +{{- end }} {{- if .Values.tap.docker.overrideTag.hub }} Overridden hub tag: {{ .Values.tap.docker.overrideTag.hub }} -{{ end }} - +{{- end }} {{- if .Values.tap.docker.overrideTag.front }} Overridden front tag: {{ .Values.tap.docker.overrideTag.front }} -{{ end }} +{{- end }} +{{- if .Values.tap.docker.overrideImage.worker }} +Overridden worker image: {{ .Values.tap.docker.overrideImage.worker }} +{{- end }} +{{- if .Values.tap.docker.overrideImage.hub }} +Overridden hub image: {{ .Values.tap.docker.overrideImage.hub }} +{{- end }} +{{- if .Values.tap.docker.overrideImage.front }} +Overridden front image: {{ .Values.tap.docker.overrideImage.front }} +{{- end }} Your deployment has been successful. The release is named `{{ .Release.Name }}` and it has been deployed in the `{{ .Release.Namespace }}` namespace. -{{- if .Values.tap.telemetry.enabled }} -Notice: Telemetry is enabled. Kubeshark will collect anonymous usage statistics. -{{ end }} +Notices: +{{- if .Values.supportChatEnabled}} +- Support chat using Intercom is enabled. It can be disabled using `--set supportChatEnabled=false` +{{- end }} +{{- if eq .Values.license ""}} +- No license key was detected. You can get your license key from https://console.kubeshark.co/. +{{- end }} -{{- if .Values.tap.ingress.enabled }} +{{ if .Values.tap.ingress.enabled }} You can now access the application through the following URL: http{{ if .Values.tap.ingress.tls }}s{{ end }}://{{ .Values.tap.ingress.host }} @@ -36,4 +46,4 @@ To access the application, follow these steps: 2. Once port forwarding is done, you can access the application by visiting the following URL in your web browser: http://0.0.0.0:8899 -{{ end }} +{{- end }}