From bcb9090d7163270c8c6c545e972e18d88abe979e Mon Sep 17 00:00:00 2001 From: Devanshu Date: Wed, 17 Sep 2025 15:45:25 +0530 Subject: [PATCH 1/2] Modify min k8s version to v.1.28.0 as supported by minikube action * Bump git ref for bitnami/nginx example test Signed-off-by: Devanshu --- .github/workflows/test-gh.yml | 2 +- examples/nginx-helm-git.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-gh.yml b/.github/workflows/test-gh.yml index c1ad2532b..8b555584b 100644 --- a/.github/workflows/test-gh.yml +++ b/.github/workflows/test-gh.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false max-parallel: 2 matrix: - k8s-version: [v1.27.0, latest] + k8s-version: [v1.28.0, latest] steps: - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/examples/nginx-helm-git.yml b/examples/nginx-helm-git.yml index eb54a95a0..4f3c67b35 100644 --- a/examples/nginx-helm-git.yml +++ b/examples/nginx-helm-git.yml @@ -8,7 +8,7 @@ spec: fetch: - git: url: https://github.com/bitnami/charts - ref: b3619f0a83392ac5e10e298f1f4df980683d8328 + ref: 772a6ff4437f41f54b9e0b98cfb9322d896403d6 subPath: bitnami/nginx template: - helmTemplate: From 36e4b48bb282d5af7594a2bff79f183aa64333ea Mon Sep 17 00:00:00 2001 From: Devanshu Date: Wed, 17 Sep 2025 17:02:45 +0530 Subject: [PATCH 2/2] Skip nginx test as image not available Signed-off-by: Devanshu --- hack/test-examples.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/test-examples.sh b/hack/test-examples.sh index 8485477db..4560d1847 100755 --- a/hack/test-examples.sh +++ b/hack/test-examples.sh @@ -21,8 +21,8 @@ time kapp delete -y -a simple-app # time kapp deploy -y -a istio-knative -f examples/istio-knative.yml # time kapp delete -y -a istio-knative -time kapp deploy -y -a nginx-helm-git -f examples/nginx-helm-git.yml -time kapp delete -y -a nginx-helm-git +# time kapp deploy -y -a nginx-helm-git -f examples/nginx-helm-git.yml +# time kapp delete -y -a nginx-helm-git time kapp deploy -y -a redis-helm -f examples/redis-helm.yml time kapp delete -y -a redis-helm