Skip to content

Commit

Permalink
Update kubevip and nginx versions:
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Nov 23, 2024
1 parent 3ee50e2 commit 035facf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stack:
# loadBalancerIP: 192.168.2.112
lbClass: kube-vip.io/kube-vip-class
# Once the Kubernetes Gateway API is more stable, we will use that for all services instead of nginx.
image: nginx:1.25.1
image: nginx:1.27.2

hook:
enabled: true
Expand Down Expand Up @@ -48,7 +48,7 @@ stack:
kubevip:
enabled: true
name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.7.2
image: ghcr.io/kube-vip/kube-vip:v0.8.7
imagePullPolicy: IfNotPresent
roleName: kube-vip-role
roleBindingName: kube-vip-rolebinding
Expand Down

0 comments on commit 035facf

Please sign in to comment.