@@ -18,7 +18,7 @@ targets:
1818 unitTests : go test -v ./...
1919 integrationTests : .bin/binaries/dhcpdd/dhcpdd-linux-amd64 --help
2020 imageTests : docker run --platform linux/amd64 -e DIBS_TARGET=dhcpdd-linux -e TARGETPLATFORM=linux/amd64 pojntfx/dhcpdd:linux-amd64 /usr/local/bin/dhcpdd --help
21- chartTests : helm install dhcpdd .bin/chart/dhcpdd-*.tgz && helm delete dhcpdd
21+ chartTests : helm install dhcpdd .bin/chart/dhcpdd/dhcpdd -*.tgz && helm delete dhcpdd
2222 start : |
2323 if [ "$DIBS_DEBUG" = "true" ]; then
2424 pkill -9 dlv || true
@@ -58,7 +58,7 @@ targets:
5858 unitTests : go test -v ./...
5959 integrationTests : .bin/binaries/dhcpdd/dhcpdd-linux-arm64 --help
6060 imageTests : docker run --platform linux/arm64 -e DIBS_TARGET=dhcpdd-linux -e TARGETPLATFORM=linux/arm64 pojntfx/dhcpdd:linux-arm64 /usr/local/bin/dhcpdd --help
61- chartTests : helm install dhcpdd .bin/chart/dhcpdd-*.tgz && helm delete dhcpdd
61+ chartTests : helm install dhcpdd .bin/chart/dhcpdd/dhcpdd -*.tgz && helm delete dhcpdd
6262 start : |
6363 if [ "$DIBS_DEBUG" = "true" ]; then
6464 pkill -9 dlv || true
@@ -192,7 +192,7 @@ targets:
192192 unitTests : go test -v ./...
193193 integrationTests : .bin/binaries/dhclientd/dhclientd-linux-amd64 --help
194194 imageTests : docker run --platform linux/amd64 -e DIBS_TARGET=dhclientd-linux -e TARGETPLATFORM=linux/amd64 pojntfx/dhclientd:linux-amd64 /usr/local/bin/dhclientd --help
195- chartTests : helm install dhclientd .bin/chart/dhclientd-*.tgz && helm delete dhclientd
195+ chartTests : helm install dhclientd .bin/chart/dhclientd/dhclientd -*.tgz && helm delete dhclientd
196196 start : |
197197 if [ "$DIBS_DEBUG" = "true" ]; then
198198 pkill -9 dlv || true
@@ -232,7 +232,7 @@ targets:
232232 unitTests : go test -v ./...
233233 integrationTests : .bin/binaries/dhclientd/dhclientd-linux-arm64 --help
234234 imageTests : docker run --platform linux/arm64 -e DIBS_TARGET=dhclientd-linux -e TARGETPLATFORM=linux/arm64 pojntfx/dhclientd:linux-arm64 /usr/local/bin/dhclientd --help
235- chartTests : helm install dhclientd .bin/chart/dhclientd-*.tgz && helm delete dhclientd
235+ chartTests : helm install dhclientd .bin/chart/dhclientd/dhclientd -*.tgz && helm delete dhclientd
236236 start : |
237237 if [ "$DIBS_DEBUG" = "true" ]; then
238238 pkill -9 dlv || true
0 commit comments