Skip to content

Commit

Permalink
chore(deps): update base infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2024
1 parent e752c3c commit 2fc840d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metal/group_vars/k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kube_vip_image: ghcr.io/kube-vip/kube-vip:v0.6.0
kube_vip_ip: "192.168.2.39" # VIP IP managed by kube-vip

k3s_version: v1.28.3+k3s1
k3s_version: v1.29.0+k3s1
#k3s_master_ip: "{{ hostvars[groups['k3s_control_plane'][0]]['ansible_default_ipv4']['address'] }}"
k3s_master_ip: "{{ kube_vip_ip }}"

Expand Down
4 changes: 2 additions & 2 deletions metal/roles/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ roles:

collections:
- name: devsec.hardening
version: 9.0.0
version: 9.0.1
- name: prometheus.prometheus
version: 0.6.0
version: 0.11.2

0 comments on commit 2fc840d

Please sign in to comment.