Skip to content

Commit 0327983

Browse files
committed
feat: Add CAREN version to ExtensionConfig
This will trigger reconciliation of all ClusterClasses that reference this runtime extension.
1 parent c4efea8 commit 0327983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/extensionconfig.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ kind: ExtensionConfig
66
metadata:
77
annotations:
88
runtime.cluster.x-k8s.io/inject-ca-from-secret: {{ .Release.Namespace }}/{{ template "chart.name" . }}-runtimehooks-tls
9+
caren.nutanix.com/version: "{{ .Chart.AppVersion }}"
910
name: {{ template "chart.name" . }}
1011
namespace: {{ .Release.Namespace }}
1112
spec:

0 commit comments

Comments
 (0)