Skip to content

Commit

Permalink
feat(container): update image registry.k8s.io/pause to v3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 0c7367e commit 58faaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/master/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ k3s_server:
disable-cloud-controller: true
disable-kube-proxy: true # Cilium uses eBPF
write-kubeconfig-mode: "644"
pause-image: registry.k8s.io/pause:3.9
pause-image: registry.k8s.io/pause:3.10
secrets-encryption: true
cluster-cidr: "{{ cluster_cidr }}"
service-cidr: "{{ service_cidr }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/worker/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
k3s_control_node: false
k3s_agent:
node-ip: "{{ ansible_host }}"
pause-image: registry.k8s.io/pause:3.9
pause-image: registry.k8s.io/pause:3.10

0 comments on commit 58faaa9

Please sign in to comment.