Skip to content

Commit 2fbe024

Browse files
authored
ci: include correct kube-vip version when listing images (#1113)
**What problem does this PR solve?**: Noticed after the release we're still using the kube-vip image `v0.8.9` from the old handler. With this change: ``` ➜ cluster-api-runtime-extensions-nutanix git:(dkoshkin/ci-include-correct-kube-vip-version) ✗ make list-images | grep kube-vip ghcr.io/kube-vip/kube-vip:v0.8.10 ``` **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent bdbfe2c commit 2fbe024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ list-images:
9191
-chart-directory=$(PWD)/charts/cluster-api-runtime-extensions-nutanix/ \
9292
-helm-chart-configmap=$(PWD)/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml \
9393
-caren-version=$(CAREN_VERSION) \
94-
-additional-yaml-files=$(PWD)/charts/cluster-api-runtime-extensions-nutanix/templates/virtual-ip/kube-vip/manifests/kube-vip-configmap.yaml
94+
-additional-yaml-files=$(PWD)/charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/nutanix-cluster-class.yaml

0 commit comments

Comments
 (0)