From 189fe1dd289057c8c701493de1ab6d9deff2c535 Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Wed, 5 Jul 2023 13:27:27 +0200 Subject: [PATCH 1/3] fix: propagate labels for validation webhook Signed-off-by: Giovanni Liva --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 8ea0a1a0a6e775e32ae40b1d36a043993f08e52d Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Wed, 5 Jul 2023 13:31:35 +0200 Subject: [PATCH 2/3] align chart version Signed-off-by: Giovanni Liva --- helm/chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/chart/Chart.yaml b/helm/chart/Chart.yaml index 98b5a336ec..0c064392a6 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.4 # 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 From 8262403ffda94487d613ff0f96905b20becf9351 Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Wed, 5 Jul 2023 13:35:02 +0200 Subject: [PATCH 3/3] align chart version Signed-off-by: Giovanni Liva --- helm/chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/chart/Chart.yaml b/helm/chart/Chart.yaml index 0c064392a6..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.4 +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