From a1188b4e509795ef052a1c2ae00d74d73241a20c Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Wed, 14 Sep 2022 15:46:20 -0700 Subject: [PATCH 1/3] fix helm upgrade test Signed-off-by: Sertac Ozercan --- .github/workflows/upgrade.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upgrade.yaml b/.github/workflows/upgrade.yaml index c4571e1d656..8c30d608634 100644 --- a/.github/workflows/upgrade.yaml +++ b/.github/workflows/upgrade.yaml @@ -31,7 +31,9 @@ jobs: run: | mkdir -p $GITHUB_WORKSPACE/bin echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH - make e2e-bootstrap + make e2e-bootstrap KUBERNETES_VERSION=${{ env.KUBERNETES_VERSION }} + env: + KUBERNETES_VERSION: 1.24.4 - name: Deploy Helm release run: | From 13d5d1d517d64c0b4ad24d6452aeeb24dd1782af Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Wed, 14 Sep 2022 16:01:15 -0700 Subject: [PATCH 2/3] testing - will remove Signed-off-by: Sertac Ozercan --- cmd/build/helmify/static/templates/_helpers.tpl | 2 ++ manifest_staging/charts/gatekeeper/templates/_helpers.tpl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cmd/build/helmify/static/templates/_helpers.tpl b/cmd/build/helmify/static/templates/_helpers.tpl index c99de40c2ed..0140eff64c8 100644 --- a/cmd/build/helmify/static/templates/_helpers.tpl +++ b/cmd/build/helmify/static/templates/_helpers.tpl @@ -83,3 +83,5 @@ Output post install webhook probe volume entry secret: secretName: {{ .Values.externalCertInjection.secretName }} {{- end -}} + +# testing - will be removed \ No newline at end of file diff --git a/manifest_staging/charts/gatekeeper/templates/_helpers.tpl b/manifest_staging/charts/gatekeeper/templates/_helpers.tpl index c99de40c2ed..0140eff64c8 100644 --- a/manifest_staging/charts/gatekeeper/templates/_helpers.tpl +++ b/manifest_staging/charts/gatekeeper/templates/_helpers.tpl @@ -83,3 +83,5 @@ Output post install webhook probe volume entry secret: secretName: {{ .Values.externalCertInjection.secretName }} {{- end -}} + +# testing - will be removed \ No newline at end of file From c230e011fdea7c6ea3cddf870dc68a0b317f4918 Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Wed, 14 Sep 2022 16:15:55 -0700 Subject: [PATCH 3/3] Revert "testing - will remove" This reverts commit 13d5d1d517d64c0b4ad24d6452aeeb24dd1782af. Signed-off-by: Sertac Ozercan --- cmd/build/helmify/static/templates/_helpers.tpl | 2 -- manifest_staging/charts/gatekeeper/templates/_helpers.tpl | 2 -- 2 files changed, 4 deletions(-) diff --git a/cmd/build/helmify/static/templates/_helpers.tpl b/cmd/build/helmify/static/templates/_helpers.tpl index 0140eff64c8..c99de40c2ed 100644 --- a/cmd/build/helmify/static/templates/_helpers.tpl +++ b/cmd/build/helmify/static/templates/_helpers.tpl @@ -83,5 +83,3 @@ Output post install webhook probe volume entry secret: secretName: {{ .Values.externalCertInjection.secretName }} {{- end -}} - -# testing - will be removed \ No newline at end of file diff --git a/manifest_staging/charts/gatekeeper/templates/_helpers.tpl b/manifest_staging/charts/gatekeeper/templates/_helpers.tpl index 0140eff64c8..c99de40c2ed 100644 --- a/manifest_staging/charts/gatekeeper/templates/_helpers.tpl +++ b/manifest_staging/charts/gatekeeper/templates/_helpers.tpl @@ -83,5 +83,3 @@ Output post install webhook probe volume entry secret: secretName: {{ .Values.externalCertInjection.secretName }} {{- end -}} - -# testing - will be removed \ No newline at end of file