mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-09-27 03:36:09 +08:00
feat: update envoy image tag to v1.34.1
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -114,6 +114,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- uses: azure/setup-kubectl@v4
|
- uses: azure/setup-kubectl@v4
|
||||||
- name: Install minikube
|
- name: Install minikube
|
||||||
|
timeout-minutes: 30
|
||||||
uses: medyagh/setup-minikube@latest
|
uses: medyagh/setup-minikube@latest
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM envoyproxy/envoy:v1.25.0 AS envoy
|
FROM envoyproxy/envoy:v1.34.1 AS envoy
|
||||||
FROM golang:1.23 AS builder
|
FROM golang:1.23 AS builder
|
||||||
ARG BASE=github.com/wencaiwulue/kubevpn
|
ARG BASE=github.com/wencaiwulue/kubevpn
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ type NotifyMessage struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Watch(watcher *fsnotify.Watcher, filename string, notifyCh chan<- NotifyMessage) error {
|
func Watch(watcher *fsnotify.Watcher, filename string, notifyCh chan<- NotifyMessage) error {
|
||||||
ticker := time.NewTicker(time.Second * 5)
|
ticker := time.NewTicker(time.Second * 2)
|
||||||
defer ticker.Stop()
|
defer ticker.Stop()
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
|
Reference in New Issue
Block a user