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 Oct 29, 2024
1 parent 31b8853 commit f7a0b2f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.21.2"
version: "0.22.1"
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.9.11"
version: "0.10.5"
sourceRef:
kind: HelmRepository
name: external-secrets
Expand Down
2 changes: 1 addition & 1 deletion base/longhorn-system/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: longhorn
version: "1.7.1"
version: "1.7.2"
sourceRef:
kind: HelmRepository
name: longhorn
Expand Down
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.12"
version: "2.3.14"
sourceRef:
kind: HelmRepository
name: deliveryhero
Expand Down
2 changes: 1 addition & 1 deletion base/topolvm/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: topolvm
version: "14.1.0"
version: "14.1.2"
sourceRef:
kind: HelmRepository
name: topolvm
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: "32.0.0"
version: "32.1.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: "28.0.0"
version: "28.3.0"
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.30.5+k3s1
k3s_version: v1.31.2+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.21.0

0 comments on commit f7a0b2f

Please sign in to comment.