Skip to content

Commit

Permalink
feat: Add CAREN version to ExtensionConfig (#982)
Browse files Browse the repository at this point in the history
This will trigger reconciliation of all ClusterClasses that reference
this
runtime extension.
  • Loading branch information
jimmidyson authored Dec 2, 2024
1 parent 7026196 commit f5ecd46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ kind: ExtensionConfig
metadata:
annotations:
runtime.cluster.x-k8s.io/inject-ca-from-secret: {{ .Release.Namespace }}/{{ template "chart.name" . }}-runtimehooks-tls
caren.nutanix.com/version: "{{ .Chart.AppVersion }}"
name: {{ template "chart.name" . }}
namespace: {{ .Release.Namespace }}
spec:
Expand Down

0 comments on commit f5ecd46

Please sign in to comment.