Skip to content

Commit

Permalink
Fix Server Groups (#15)
Browse files Browse the repository at this point in the history
Because lets just totally move everything!
  • Loading branch information
spjmurray authored Jul 31, 2024
1 parent b71526f commit 81802e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-api-cluster-openstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: cluster-api-cluster-openstack
description: A Helm chart to deploy a Kubernetes Cluster
type: application
version: v0.5.0
version: v0.5.1
icon: https://raw.githubusercontent.com/unikorn-cloud/helm-cluster-api/main/icons/default.png
2 changes: 1 addition & 1 deletion charts/cluster-api-cluster-openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
source:
repoURL: https://unikorn-cloud.github.io/helm-cluster-api
chart: cluster-api-cluster-openstack
targetRevision: v0.5.0
targetRevision: v0.5.1
helm:
releaseName: foo
# Remove the default work queue.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.controlPlane.machine.serverGroupID }}
serverGroupID: {{ .Values.controlPlane.machine.serverGroupID }}
serverGroup:
id: {{ .Values.controlPlane.machine.serverGroupID }}
{{- end }}

0 comments on commit 81802e0

Please sign in to comment.