Skip to content

Commit 71a94fd

Browse files
authored
Fix Region Chart (#38)
Add in a resource separator, lest regions vanish.
1 parent 2ab96d6 commit 71a94fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/region/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's Region Controller
44

55
type: application
66

7-
version: v0.1.24
8-
appVersion: v0.1.24
7+
version: v0.1.25
8+
appVersion: v0.1.25
99

1010
icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
1111

charts/region/templates/region.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{- range $region := .Values.regions }}
2+
---
23
apiVersion: region.unikorn-cloud.org/v1alpha1
34
kind: Region
45
metadata:

0 commit comments

Comments
 (0)