File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ keywords:
88- bootstrapping
99- kubernetes
1010- proxmox
11- version : 1.0.2
11+ version : 1.0.3
1212appVersion : v1beta1
1313home : https://github.com/ionos-cloud/cluster-api-provider-proxmox
1414sources :
Original file line number Diff line number Diff line change 11---
2- apiVersion : infrastructure.cluster.x-k8s.io/{{ .Values.clusterapiVersion }}
2+ apiVersion : infrastructure.cluster.x-k8s.io/{{ .Values.capmoxApiVersion }}
33kind : ProxmoxCluster
44metadata :
55 name : {{ include "capi-proxmox.name" . }}
Original file line number Diff line number Diff line change 22{{ range $index, $template := .Values.machineTemplates }}
33{{- $object := dict "ProxmoxMachineTemplate" $template "Index" $index "Context" $ -}}
44---
5- apiVersion : infrastructure.cluster.x-k8s.io/{{ $.Values.clusterapiVersion }}
5+ apiVersion : infrastructure.cluster.x-k8s.io/{{ $.Values.capmoxApiVersion }}
66kind : ProxmoxMachineTemplate
77metadata :
88 name : {{ include "capi-proxmox.machineTemplateName" $object }}
Original file line number Diff line number Diff line change 11---
22# CAPMOX version for every created manifest
3+ capmoxApiVersion : v1alpha1
34clusterapiVersion : v1beta1
45clusterLabels : {}
56users : []
You can’t perform that action at this time.
0 commit comments