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 78230c5  Minikube / k8s upgrade (#275)
78230c5 is described below

commit 78230c5583f1dc949996c80937eced064b8e9438
Author: Kit Chan <[email protected]>
AuthorDate: Sun Mar 2 10:56:03 2025 -0700

    Minikube / k8s upgrade (#275)
    
    * Update build.yml
    
    * Update README.md
---
 .github/workflows/build.yml | 4 ++--
 README.md                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0539caa..dbbebb8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -30,8 +30,8 @@ jobs:
       - name: Setup Minikube
         uses: manusa/[email protected]
         with:
-          minikube version: 'v1.34.0'
-          kubernetes version: 'v1.30.10'
+          minikube version: 'v1.35.0'
+          kubernetes version: 'v1.32.2'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index a4debb2..c8696ff 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.34.0 / Kubernetes 1.30.10
+- Tested on Minikube 1.35.0 / Kubernetes 1.32.2
 

Reply via email to