Skip to content

Commit fb4018c

Browse files
feat: variable name updates
1 parent f082997 commit fb4018c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/addons/kustomize/k8s-registration-agent/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export METALLB_CHART_VERSION := 0.15.2
2626

2727
export 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
3232
addons.sync: $(addprefix update-addon.,calico cilium nfd cluster-autoscaler snapshot-controller local-path-provisioner-csi aws-ebs-csi kube-vip)

0 commit comments

Comments
 (0)