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 43df3bd  k8s upgrade (#271)
43df3bd is described below

commit 43df3bd8cd2871b553b8e8448b1518fa107c4a44
Author: Kit Chan <[email protected]>
AuthorDate: Wed Jan 22 08:04:50 2025 -0800

    k8s upgrade (#271)
    
    * 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 bad67be..71ad656 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
         uses: manusa/[email protected]
         with:
           minikube version: 'v1.34.0'
-          kubernetes version: 'v1.30.6'
+          kubernetes version: 'v1.30.9'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 8dc7955..1196f08 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.6
+- Tested on Minikube 1.34.0 / Kubernetes 1.30.9
 

Reply via email to