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 ab91104 k8s upgrade (#274)
ab91104 is described below
commit ab91104898b5052c17969bba7f477a39c54f2af4
Author: Kit Chan <[email protected]>
AuthorDate: Sat Mar 1 21:59:12 2025 -0700
k8s upgrade (#274)
* 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 71ad656..0539caa 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.9'
+ kubernetes version: 'v1.30.10'
driver: 'docker'
container runtime: 'docker'
github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index d65588a..a4debb2 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.9
+- Tested on Minikube 1.34.0 / Kubernetes 1.30.10