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 Dec 23, 2024
1 parent 0ddf47f commit 7b5684e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/external-secrets/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: external-secrets
version: "0.10.7"
version: "0.11.0"
sourceRef:
kind: HelmRepository
name: external-secrets
Expand Down
2 changes: 1 addition & 1 deletion base/traefik/private/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: traefik
version: "33.0.0"
version: "33.2.1"
sourceRef:
kind: HelmRepository
name: traefik
Expand Down
2 changes: 1 addition & 1 deletion base/traefik/public/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: traefik
version: "33.0.0"
version: "33.2.1"
sourceRef:
kind: HelmRepository
name: traefik
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.2+k3s1
k3s_version: v1.31.4+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 @@ -8,6 +8,6 @@ roles:

collections:
- name: devsec.hardening
version: 10.1.0
version: 10.2.0
- name: prometheus.prometheus
version: 0.23.0

0 comments on commit 7b5684e

Please sign in to comment.