Skip to content

Commit

Permalink
Merge pull request #46 from otwld/add-knative-section-in-notes
Browse files Browse the repository at this point in the history
add knative section in notes
  • Loading branch information
jdetroyes authored Jun 3, 2024
2 parents e7093ce + 3815f08 commit f4c5015
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Get up and running with large language models locally.

type: application

version: 0.31.0
version: 0.32.0

appVersion: "0.1.39"

Expand Down
5 changes: 4 additions & 1 deletion templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- if .Values.knative.enabled }}
export KSERVICE_URL=$(kubectl get ksvc --namespace {{ .Release.Namespace }} {{ include "ollama.fullname" . }} -o jsonpath={.status.url})
echo "Visit $KSERVICE_URL to use your application"
{{- else if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
Expand Down

0 comments on commit f4c5015

Please sign in to comment.