Skip to content

Commit

Permalink
Merge pull request #613 from thaum-xyz/renovate/hosting-infrastructure
Browse files Browse the repository at this point in the history
chore(deps): update hosting infrastructure
  • Loading branch information
paulfantom authored Jan 7, 2025
2 parents d4cc69e + d124e1a commit f332c99
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base/cnpg-system/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: cloudnative-pg
version: "0.22.1"
version: "0.23.0"
sourceRef:
kind: HelmRepository
name: cnpg
Expand Down
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.12.1"
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 f332c99

Please sign in to comment.