diff --git a/Makefile b/Makefile index b50a0f7489..a12ff449a9 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ HELMIFY ?= $(LOCALBIN)/helmify .PHONY: helmify helmify: $(HELMIFY) ## Download helmify locally if necessary. $(HELMIFY): $(LOCALBIN) - test -s $(LOCALBIN)/helmify || GOBIN=$(LOCALBIN) go install github.com/keptn/helmify/cmd/helmify@1060b5d08806e40bfd9f38c3e8a9a302ab38e71a + test -s $(LOCALBIN)/helmify || GOBIN=$(LOCALBIN) go install github.com/keptn/helmify/cmd/helmify@17737f7ff50279e758006221f11187a232becf1c .PHONY: integration-test #these tests should run on a real cluster! integration-test: # to run a single test by name use --test eg. --test=expose-keptn-metric diff --git a/helm/chart/Chart.yaml b/helm/chart/Chart.yaml index 98b5a336ec..096585ce30 100644 --- a/helm/chart/Chart.yaml +++ b/helm/chart/Chart.yaml @@ -41,7 +41,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 +version: 0.2.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to