This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree 4 files changed +6
-5
lines changed
charts/capi-runtime-extensions/templates/cpi/aws/manifests 4 files changed +6
-5
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ kustomize build --enable-helm "${ASSETS_DIR}" >"${ASSETS_DIR}/${FILE_NAME}"
30
30
31
31
kubectl create configmap aws-cpi-" ${AWS_CPI_VERSION} " --dry-run=client --output yaml \
32
32
--from-file " ${ASSETS_DIR} /${FILE_NAME} " \
33
- > " ${ASSETS_DIR} /aws-ebs- cpi-${AWS_CPI_VERSION} -configmap.yaml"
33
+ > " ${ASSETS_DIR} /aws-cpi-${AWS_CPI_VERSION} -configmap.yaml"
34
34
35
35
# add warning not to edit file directly
36
- cat << EOF >"${GIT_REPO_ROOT} /charts/capi-runtime-extensions/templates/cpi/aws/manifests/aws-ebs- cpi-${AWS_CPI_VERSION} -configmap.yaml"
36
+ cat << EOF >"${GIT_REPO_ROOT} /charts/capi-runtime-extensions/templates/cpi/aws/manifests/aws-cpi-${AWS_CPI_VERSION} -configmap.yaml"
37
37
$( cat " ${GIT_REPO_ROOT} /hack/license-header.yaml.txt" )
38
38
39
39
#=================================================================
40
40
# DO NOT EDIT THIS FILE
41
41
# IT HAS BEEN GENERATED BY /hack/addons/update-aws-cpi.sh
42
42
#=================================================================
43
- $( cat " ${ASSETS_DIR} /aws-ebs- cpi-${AWS_CPI_VERSION} -configmap.yaml" )
43
+ $( cat " ${ASSETS_DIR} /aws-cpi-${AWS_CPI_VERSION} -configmap.yaml" )
44
44
EOF
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ export AWS_CPI_CHART_VERSION_127 := 0.0.8
12
12
export AWS_CPI_VERSION_128 := v1.28.1
13
13
export AWS_CPI_CHART_VERSION_128 := 0.0.8
14
14
15
- addons.sync : $(addprefix update-addon.,calico cilium nfd aws-ebs-csi)
15
+ .PHONY : addons.sync
16
+ addons.sync : $(addprefix update-addon.,calico cilium nfd aws-ebs-csi aws-cpi.127 aws-cpi.128)
16
17
17
18
.PHONY : update-addon.calico
18
19
update-addon.calico : ; $(info $(M ) updating calico manifests)
@@ -31,5 +32,5 @@ update-addon.aws-ebs-csi: ; $(info $(M) updating aws ebs csi manifests)
31
32
./hack/addons/update-aws-ebs-csi.sh
32
33
33
34
.PHONY : update-addon.aws-cpi.%
34
- update-addon.aws-cpi.% : ; $(info $(M ) updating aws cpi manifests)
35
+ update-addon.aws-cpi.% : ; $(info $(M ) updating aws cpi $* manifests)
35
36
./hack/addons/update-aws-cpi.sh $(AWS_CPI_VERSION_$* ) $(AWS_CPI_CHART_VERSION_$* )
You can’t perform that action at this time.
0 commit comments