Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit 53be77d

Browse files
chore(deps): update all minor and patch updates
1 parent 37d45b9 commit 53be77d

File tree

136 files changed

+158
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+158
-158
lines changed

ansible/inventory/group_vars/kubernetes/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ k3s_registries:
1515
quay.io:
1616
registry.k8s.io:
1717
# renovate: datasource=github-releases depName=k3s-io/k3s
18-
k3s_release_version: v1.29.4+k3s1
18+
k3s_release_version: v1.30.0+k3s1
1919
k3s_server_manifests_templates:
2020
- custom-cilium-helmchart.yaml
2121
- custom-kube-vip-ds.yaml

ansible/playbooks/templates/custom-cilium-helmchart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
repo: https://helm.cilium.io/
99
chart: cilium
1010
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
11-
version: 1.15.4
11+
version: 1.15.5
1212
targetNamespace: kube-system
1313
bootstrap: true
1414
valuesContent: |-

ansible/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-lint==24.2.3
1+
ansible-lint==24.5.0
22
ansible==9.5.1
33
jmespath==1.0.1
44
openshift==0.13.2

ansible/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ collections:
77
- name: community.general
88
version: 8.6.0
99
- name: kubernetes.core
10-
version: 3.0.1
10+
version: 3.1.0
1111
roles:
1212
- name: xanmanning.k3s
1313
src: https://github.com/PyratLabs/ansible-role-k3s

bootstrap/templates/ansible/inventory/group_vars/kubernetes/main.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ k3s_registries:
1515
quay.io:
1616
registry.k8s.io:
1717
# renovate: datasource=github-releases depName=k3s-io/k3s
18-
k3s_release_version: v1.29.4+k3s1
18+
k3s_release_version: v1.30.0+k3s1
1919
k3s_server_manifests_templates:
2020
- custom-cilium-helmchart.yaml
2121
- custom-kube-vip-ds.yaml

bootstrap/templates/ansible/playbooks/templates/custom-cilium-helmchart.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
repo: https://helm.cilium.io/
99
chart: cilium
1010
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
11-
version: 1.15.4
11+
version: 1.15.5
1212
targetNamespace: kube-system
1313
bootstrap: true
1414
valuesContent: |-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-lint==24.2.3
1+
ansible-lint==24.5.0
22
ansible==9.5.1
33
jmespath==1.0.1
44
openshift==0.13.2

bootstrap/templates/ansible/requirements.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ collections:
77
- name: community.general
88
version: 8.6.0
99
- name: kubernetes.core
10-
version: 3.0.1
10+
version: 3.1.0
1111
roles:
1212
- name: xanmanning.k3s
1313
src: https://github.com/PyratLabs/ansible-role-k3s

bootstrap/templates/kubernetes/apps/cert-manager/cert-manager/app/helmrelease.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: helm.toolkit.fluxcd.io/v2beta2
2+
apiVersion: helm.toolkit.fluxcd.io/v2
33
kind: HelmRelease
44
metadata:
55
name: cert-manager

bootstrap/templates/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: helm.toolkit.fluxcd.io/v2beta2
2+
apiVersion: helm.toolkit.fluxcd.io/v2
33
kind: HelmRelease
44
metadata:
55
name: cilium
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: cilium
11-
version: 1.15.4
11+
version: 1.15.5
1212
sourceRef:
1313
kind: HelmRepository
1414
name: cilium

0 commit comments

Comments
 (0)