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

Commit 36ed69b

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

File tree

149 files changed

+212
-212
lines changed

Some content is hidden

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

149 files changed

+212
-212
lines changed

.github/workflows/link-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

1717
- name: Link Checker
1818
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
@@ -29,7 +29,7 @@ jobs:
2929
broken-links
3030
3131
- name: Update Issue
32-
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
32+
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
3333
with:
3434
title: Broken links detected 🔗
3535
issue-number: "${{ steps.link-checker-issue.outputs.issue-number }}"

.github/workflows/meta-sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: Sync Labels
1919
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3

.taskfiles/Flux/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "3"
44

55
vars:
66
# renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
7-
PROMETHEUS_OPERATOR_VERSION: v0.73.2
7+
PROMETHEUS_OPERATOR_VERSION: v0.77.2
88
CLUSTER_SECRET_SOPS_FILE: "{{.KUBERNETES_DIR}}/flux/vars/cluster-secrets.sops.yaml"
99
CLUSTER_SETTINGS_FILE: "{{.KUBERNETES_DIR}}/flux/vars/cluster-settings.yaml"
1010
GITHUB_DEPLOY_KEY_FILE: "{{.KUBERNETES_DIR}}/bootstrap/flux/github-deploy-key.sops.yaml"

ansible/inventory/group_vars/controllers/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ k3s_server:
2121
- "image-gc-high-threshold=55"
2222
- "image-gc-low-threshold=50"
2323
node-ip: "{{ ansible_host }}"
24-
pause-image: registry.k8s.io/pause:3.9
24+
pause-image: registry.k8s.io/pause:3.10
2525
secrets-encryption: true
2626
tls-san:
2727
- "192.168.10.30"

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.31.1+k3s1
1919
k3s_server_manifests_templates:
2020
- custom-cilium-helmchart.yaml
2121
- custom-kube-vip-ds.yaml

ansible/inventory/group_vars/master/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ k3s_server:
1313
disable-cloud-controller: true
1414
disable-kube-proxy: true
1515
write-kubeconfig-mode: "644"
16-
pause-image: registry.k8s.io/pause:3.9
16+
pause-image: registry.k8s.io/pause:3.10
1717
secrets-encryption: true
1818
cluster-cidr: ""
1919
service-cidr: ""

ansible/inventory/group_vars/worker/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
k3s_control_node: false
55
k3s_agent:
66
node-ip: "{{ ansible_host }}"
7-
pause-image: registry.k8s.io/pause:3.9
7+
pause-image: registry.k8s.io/pause:3.10
88
kubelet-arg:
99
- "image-gc-high-threshold=55"
1010
- "image-gc-low-threshold=50"

ansible/inventory/group_vars/workers/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ k3s_agent:
55
- "image-gc-high-threshold=55"
66
- "image-gc-low-threshold=50"
77
node-ip: "{{ ansible_host }}"
8-
pause-image: registry.k8s.io/pause:3.9
8+
pause-image: registry.k8s.io/pause:3.10

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.16.3
1212
targetNamespace: kube-system
1313
bootstrap: true
1414
valuesContent: |-

ansible/playbooks/templates/custom-kube-vip-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: kube-vip
20-
image: ghcr.io/kube-vip/kube-vip:v0.8.0
20+
image: ghcr.io/kube-vip/kube-vip:v0.8.4
2121
imagePullPolicy: IfNotPresent
2222
args: ["manager"]
2323
env:

0 commit comments

Comments
 (0)