File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hack/addons/kustomize/k8s-registration-agent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ helmCharts:
1313 #repo: https://mesosphere.github.io/charts/stable
1414 repo: http://192.168.1.21:8080
1515 releaseName: konnector-agent
16- version: ${K8S_REGISTRATION_AGENT_VERSION }
16+ version: ${KONNECTOR_AGENT_VERSION }
1717 includeCRDs: true
1818 skipTests: true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export METALLB_CHART_VERSION := 0.15.2
2626
2727export COSI_CONTROLLER_VERSION := 0.0.1-alpha.5
2828
29- export K8S_REGISTRATION_AGENT_VERSION := 1.3.0-rc.0
29+ export KONNECTOR_AGENT_VERSION := 1.3.0-rc.0
3030
3131.PHONY : addons.sync
3232addons.sync : $(addprefix update-addon.,calico cilium nfd cluster-autoscaler snapshot-controller local-path-provisioner-csi aws-ebs-csi kube-vip)
You can’t perform that action at this time.
0 commit comments