Skip to content

Commit

Permalink
CAPI 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner committed May 8, 2024
1 parent 5e62545 commit 0ea6cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.gen.app.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ endif

.PHONY: lint-chart check-env update-chart helm-docs update-deps $(DEPS)

lint-chart: IMAGE := giantswarm/helm-chart-testing:v3.0.0-rc.1
lint-chart: IMAGE := giantswarm/helm-chart-testing:v3.11.0
lint-chart: check-env ## Runs ct against the default chart.
@echo "====> $@"
rm -rf /tmp/$(APPLICATION)-test
mkdir -p /tmp/$(APPLICATION)-test/helm
cp -a ./helm/$(APPLICATION) /tmp/$(APPLICATION)-test/helm/
architect helm template --dir /tmp/$(APPLICATION)-test/helm/$(APPLICATION)
docker run -it --rm -v /tmp/$(APPLICATION)-test:/wd --workdir=/wd --name ct $(IMAGE) ct lint --validate-maintainers=false --charts="helm/$(APPLICATION)"
docker run -it --rm -v /tmp/$(APPLICATION)-test:/wd --platform=linux/arm64/v8 --workdir=/wd --name ct $(IMAGE) ct lint --validate-maintainers=false --charts="helm/$(APPLICATION)"
rm -rf /tmp/$(APPLICATION)-test

update-chart: check-env ## Sync chart with upstream repo.
Expand Down

0 comments on commit 0ea6cfd

Please sign in to comment.