Skip to content

Commit

Permalink
Fix Region Chart (#38)
Browse files Browse the repository at this point in the history
Add in a resource separator, lest regions vanish.
  • Loading branch information
spjmurray committed Jul 22, 2024
1 parent 2ab96d6 commit 71a94fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/region/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's Region Controller

type: application

version: v0.1.24
appVersion: v0.1.24
version: v0.1.25
appVersion: v0.1.25

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

Expand Down
1 change: 1 addition & 0 deletions charts/region/templates/region.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- range $region := .Values.regions }}
---
apiVersion: region.unikorn-cloud.org/v1alpha1
kind: Region
metadata:
Expand Down

0 comments on commit 71a94fd

Please sign in to comment.