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 400c678 Upgrade for k8s (#255)
400c678 is described below
commit 400c678cebbeaea61591b6b43a5bc064a75d213c
Author: Kit Chan <[email protected]>
AuthorDate: Fri Nov 1 05:49:09 2024 -1000
Upgrade for k8s (#255)
* 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 18183c4..ce4565e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
uses: manusa/[email protected]
with:
minikube version: 'v1.33.1'
- kubernetes version: 'v1.30.2'
+ kubernetes version: 'v1.30.6'
driver: 'docker'
container runtime: 'docker'
github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index a09a728..829b7ce 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.33.1 / Kubernetes 1.30.2
+- Tested on Minikube 1.33.1 / Kubernetes 1.30.6