Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/nginx-helm-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
fetch:
- git:
url: https://github.com/bitnami/charts
ref: b3619f0a83392ac5e10e298f1f4df980683d8328
ref: 772a6ff4437f41f54b9e0b98cfb9322d896403d6
subPath: bitnami/nginx
template:
- helmTemplate:
Expand Down
4 changes: 2 additions & 2 deletions hack/test-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading