diff --git a/templates/cluster/vsphere-standalone-cp/templates/k0scontrolplane.yaml b/templates/cluster/vsphere-standalone-cp/templates/k0scontrolplane.yaml index fedb5f97a..132c01c63 100644 --- a/templates/cluster/vsphere-standalone-cp/templates/k0scontrolplane.yaml +++ b/templates/cluster/vsphere-standalone-cp/templates/k0scontrolplane.yaml @@ -48,7 +48,7 @@ spec: namespace: kube-system values: | image: - repository: {{ .Values.extensions.imageRepository }} + repository: {{ .Values.extensions.imageRepository }}/kube-vip config: address: {{ .Values.controlPlaneEndpointIP }} env: diff --git a/templates/provider/hmc/templates/deployment.yaml b/templates/provider/hmc/templates/deployment.yaml index 97a7c672e..2c3c3c542 100644 --- a/templates/provider/hmc/templates/deployment.yaml +++ b/templates/provider/hmc/templates/deployment.yaml @@ -39,7 +39,7 @@ spec: env: - name: KUBERNETES_CLUSTER_DOMAIN value: {{ quote .Values.kubernetesClusterDomain }} - image: {{ .Values.extensions.imageRepository }}:{{ .Values.image.tag + image: {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} imagePullPolicy: {{ .Values.image.pullPolicy }} {{- if .Values.admissionWebhook.enabled }}