Skip to content

Commit

Permalink
[stable/zed] fix: add kube_vip image (#1901)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #1897
/assign mnaser
  • Loading branch information
vexxhost-bot committed Sep 24, 2024
1 parent e2c7a68 commit 71aa62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
kubernetes_image_repository: "{{ atmosphere_images['kube_apiserver'] | vexxhost.kubernetes.docker_image('prefix') }}"
cilium_node_image: "{{ atmosphere_images['cilium_node'] }}"
cilium_operator_image: "{{ atmosphere_images['cilium_operator'] }}"
kube_vip_image: "{{ atmosphere_images['kube_vip'] }}"

- hosts: "{{ target | default('all') }}"
become: true
Expand Down
1 change: 1 addition & 0 deletions roles/defaults/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ _atmosphere_images:
kube_proxy: registry.k8s.io/kube-proxy:v1.22.17
kube_scheduler: registry.k8s.io/kube-scheduler:v1.22.17
kube_state_metrics: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.12.0
kube_vip: ghcr.io/kube-vip/kube-vip:v0.6.4
kubectl: docker.io/bitnami/kubectl:1.27.3
libvirt: "registry.atmosphere.dev/library/libvirtd:{{ atmosphere_release }}"
libvirt_tls_sidecar: "registry.atmosphere.dev/library/libvirt-tls-sidecar:{{ atmosphere_release }}"
Expand Down

0 comments on commit 71aa62f

Please sign in to comment.