This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 54a2adf  K8s upgrade (#282)
54a2adf is described below

commit 54a2adff73ebf56f31ee949834108cc0129b5e4a
Author: Kit Chan <[email protected]>
AuthorDate: Sun May 11 15:33:41 2025 -0700

    K8s upgrade (#282)
    
    * Update build.yml
    
    * Update README.md
---
 .github/workflows/build.yml | 2 +-
 README.md                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dbbebb8..dfb57a1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
         uses: manusa/[email protected]
         with:
           minikube version: 'v1.35.0'
-          kubernetes version: 'v1.32.2'
+          kubernetes version: 'v1.32.4'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 353eb5b..878710b 100644
--- a/README.md
+++ b/README.md
@@ -40,5 +40,5 @@ 
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
 - Other Packages
   - luasocket 3.0.0
   - redis-lua 2.0.4
-- Tested on Minikube 1.35.0 / Kubernetes 1.32.2
+- Tested on Minikube 1.35.0 / Kubernetes 1.32.4
 

Reply via email to