Skip to content

Commit

Permalink
chore(deps): update hosting infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 038533d commit 465819e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/node-problem-detector/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: node-problem-detector
version: "2.3.16"
version: "2.3.17"
sourceRef:
kind: HelmRepository
name: deliveryhero
Expand Down
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.30" # VIP IP managed by kube-vip

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

Expand Down
2 changes: 1 addition & 1 deletion metal/roles/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ collections:
- name: devsec.hardening
version: 10.2.0
- name: prometheus.prometheus
version: 0.23.0
version: 0.24.1

0 comments on commit 465819e

Please sign in to comment.