Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #173 from brettinternet/renovate/ghcr.io-kube-vip-…
Browse files Browse the repository at this point in the history
…kube-vip-0.x

fix(container): update image ghcr.io/kube-vip/kube-vip to v0.8.1
  • Loading branch information
brettinternet authored Jun 22, 2024
2 parents a6beab4 + 6e24d64 commit 6693136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/playbooks/templates/custom-kube-vip-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.8.0
image: ghcr.io/kube-vip/kube-vip:v0.8.1
imagePullPolicy: IfNotPresent
args: ["manager"]
env:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/kube-vip/app/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.8.0
image: ghcr.io/kube-vip/kube-vip:v0.8.1
imagePullPolicy: IfNotPresent
args: ["manager"]
env:
Expand Down

0 comments on commit 6693136

Please sign in to comment.