Skip to content

Commit

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

fix(container): update image ghcr.io/kube-vip/kube-vip to v0.8.4
  • Loading branch information
jgilfoil authored Oct 13, 2024
2 parents 63fea70 + 7f3c0cd commit c78a207
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/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.3
image: ghcr.io/kube-vip/kube-vip:v0.8.4
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.3
image: ghcr.io/kube-vip/kube-vip:v0.8.4
imagePullPolicy: IfNotPresent
args: ["manager"]
env:
Expand Down

0 comments on commit c78a207

Please sign in to comment.