Skip to content

Commit

Permalink
Merge pull request #5 from unikorn-cloud/add_application_service
Browse files Browse the repository at this point in the history
Add Application Service
  • Loading branch information
spjmurray authored Oct 2, 2024
2 parents 564999a + 7b89a82 commit 20b5234
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/unikorn-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Unikorn common templates to keep dependent charts in check.

type: application

version: v0.1.9
version: v0.1.10

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
8 changes: 8 additions & 0 deletions charts/unikorn-common/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ are predictable, and less likely to break.
{{- end }}
{{- end }}
{{- define "unikorn.application.host" -}}
{{- if (and .Values.global .Values.global.application .Values.global.application.host) -}}
{{- .Values.global.application.host }}
{{- else }}
{{- .Values.application.host }}
{{- end }}
{{- end }}
{{/*
Unified service flags.
As all components use the same client libraries, they have the same flags.
Expand Down

0 comments on commit 20b5234

Please sign in to comment.