Skip to content

Commit

Permalink
Merge pull request #6 from unikorn-cloud/bm_compute
Browse files Browse the repository at this point in the history
Rename Baremetal...
  • Loading branch information
spjmurray authored Oct 3, 2024
2 parents 20b5234 + 5b17eb7 commit db044b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.10
version: v0.1.11

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
8 changes: 4 additions & 4 deletions charts/unikorn-common/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@ are predictable, and less likely to break.
{{- end }}
{{- end }}
{{- define "unikorn.baremetal.host" -}}
{{- if (and .Values.global .Values.global.baremetal .Values.global.baremetal.host) -}}
{{- .Values.global.baremetal.host }}
{{- define "unikorn.compute.host" -}}
{{- if (and .Values.global .Values.global.compute .Values.global.compute.host) -}}
{{- .Values.global.compute.host }}
{{- else }}
{{- .Values.baremetal.host }}
{{- .Values.compute.host }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit db044b7

Please sign in to comment.