Skip to content

Commit dc396b6

Browse files
committed
bump helmify, don't overwrite latest migration operation
1 parent ec49f0b commit dc396b6

16 files changed

Lines changed: 30 additions & 25 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.17.2
175175
ENVTEST_VERSION ?= release-0.18
176176
GOLANGCI_LINT_VERSION ?= v1.64.5
177177
MOQ_VERSION ?= v0.5.3
178-
HELMIFY_VERSION ?= v0.4.17
178+
HELMIFY_VERSION ?= v0.4.18
179179

180180
.PHONY: kustomize
181181
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.

charts/kvm-node-agent/crds/hypervisor-crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,4 @@ spec:
243243
storage: true
244244
subresources:
245245
status: {}
246+

charts/kvm-node-agent/crds/migration-crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,4 @@ spec:
147147
storage: true
148148
subresources:
149149
status: {}
150+

charts/kvm-node-agent/templates/daemonset.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ spec:
3535
fieldPath: status.hostIP
3636
- name: ISSUER_NAME
3737
value: {{ quote .Values.controllerManager.manager.env.issuerName }}
38+
- name: NODE_LABEL
39+
valueFrom:
40+
fieldRef:
41+
fieldPath: {{ .Values.controllerManager.manager.env.nodeLabelFieldPath }}
3842
- name: KUBERNETES_CLUSTER_DOMAIN
3943
value: {{ quote .Values.kubernetesClusterDomain }}
4044
image: {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag
@@ -130,4 +134,4 @@ spec:
130134
name: pki-qemu
131135
- hostPath:
132136
path: /
133-
name: host
137+
name: host

charts/kvm-node-agent/templates/hypervisor-editor-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ rules:
2222
resources:
2323
- hypervisors/status
2424
verbs:
25-
- get
25+
- get

charts/kvm-node-agent/templates/hypervisor-viewer-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ rules:
1818
resources:
1919
- hypervisors/status
2020
verbs:
21-
- get
21+
- get

charts/kvm-node-agent/templates/leader-election-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ roleRef:
5050
subjects:
5151
- kind: ServiceAccount
5252
name: '{{ include "kvm-node-agent.fullname" . }}-controller-manager'
53-
namespace: '{{ .Release.Namespace }}'
53+
namespace: '{{ .Release.Namespace }}'

charts/kvm-node-agent/templates/manager-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ roleRef:
8888
subjects:
8989
- kind: ServiceAccount
9090
name: '{{ include "kvm-node-agent.fullname" . }}-controller-manager'
91-
namespace: '{{ .Release.Namespace }}'
91+
namespace: '{{ .Release.Namespace }}'

charts/kvm-node-agent/templates/metrics-auth-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ roleRef:
3131
subjects:
3232
- kind: ServiceAccount
3333
name: '{{ include "kvm-node-agent.fullname" . }}-controller-manager'
34-
namespace: '{{ .Release.Namespace }}'
34+
namespace: '{{ .Release.Namespace }}'

charts/kvm-node-agent/templates/metrics-reader-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ rules:
88
- nonResourceURLs:
99
- /metrics
1010
verbs:
11-
- get
11+
- get

0 commit comments

Comments
 (0)