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 1573973  k8s upgrade (#284)
1573973 is described below

commit 15739732b41eb77c992f68d664783f06a0d3bea5
Author: Kit Chan <[email protected]>
AuthorDate: Mon Jun 2 10:28:47 2025 -0700

    k8s upgrade (#284)
    
    * 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 dfb57a1..667e636 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.4'
+          kubernetes version: 'v1.32.5'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 878710b..9565efa 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.4
+- Tested on Minikube 1.35.0 / Kubernetes 1.32.5
 

Reply via email to