File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -103,17 +103,18 @@ helm-docs: docker
103
103
helm-lint : docker
104
104
@docker run -v " $( SRC_ROOT) :/workdir" --entrypoint /bin/sh quay.io/helmpack/chart-testing:v3.3.1 -c " cd /workdir; ct lint --config .github/configs/ct.yaml --lint-conf .github/configs/lintconf.yaml --all --debug"
105
105
106
- helm-test : helm-controller-version kind ct ko-build-all
107
- @kind create cluster --wait=60s --name capsule-charts
108
- @kind load docker-image --name capsule-charts $(CAPSULE_PROXY_IMG ) :$(VERSION )
109
- @kubectl create ns capsule-system
110
- @make helm-install
106
+ helm-test : helm-controller-version kind ct ko-build-all helm-create helm-install helm-destroy
111
107
112
108
helm-install :
113
109
@kubectl apply --server-side=true -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.2/cert-manager.yaml
114
110
@make install-capsule
115
111
@kubectl apply --server-side=true -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.58.0/bundle.yaml
116
- @ct install --config $(SRC_ROOT ) /.github/configs/ct.yaml --namespace=capsule-system --all --debug
112
+ @$(CT ) install --config $(SRC_ROOT ) /.github/configs/ct.yaml --namespace=capsule-system --all --debug
113
+
114
+ helm-create :
115
+ @kind create cluster --wait=60s --name capsule-charts
116
+ @kind load docker-image --name capsule-charts $(CAPSULE_PROXY_IMG ) :$(VERSION )
117
+ @kubectl create ns capsule-system
117
118
118
119
helm-destroy :
119
120
@kind delete cluster --name capsule-charts
You can’t perform that action at this time.
0 commit comments