File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ endif
12
12
kind load docker-image --name $(KIND_CLUSTER_NAME) \
13
13
ghcr.io/nutanix-cloud-native/caren-helm-reg:$$(gojq -r .version dist/metadata.json)
14
14
helm upgrade --install cluster-api-runtime-extensions-nutanix ./charts/cluster-api-runtime-extensions-nutanix \
15
+ --create-namespace \
15
16
--namespace caren-system \
16
17
--set-string image.repository=ko.local/cluster-api-runtime-extensions-nutanix \
17
18
--set-string image.tag=$$(gojq -r .version dist/metadata.json) \
18
19
--set-string mindthegapImage.tag=$$(gojq -r .version dist/metadata.json) \
19
20
--wait --wait-for-jobs
20
- kubectl rollout restart deployment cluster-api-runtime-extensions-nutanix
21
- kubectl rollout status deployment cluster-api-runtime-extensions-nutanix
21
+ kubectl rollout restart deployment -n caren-system cluster-api-runtime-extensions-nutanix
22
+ kubectl rollout status deployment -n caren-system cluster-api-runtime-extensions-nutanix
22
23
23
24
.PHONY : dev.update-webhook-image-on-kind
24
25
dev.update-webhook-image-on-kind : export KUBECONFIG := $(KIND_KUBECONFIG )
You can’t perform that action at this time.
0 commit comments