Skip to content

Commit

Permalink
chore: bump pause image to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiscaer committed Sep 26, 2024
1 parent 62f793c commit 841b4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/containerd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ containerd_download_url: "https://github.com/containerd/containerd/releases/down
containerd_download_dest: "{{ download_artifact_work_directory }}/containerd-{{ containerd_version }}-{{ ansible_facts['system'] | lower }}-{{ download_artifact_goarch }}.tar.gz" # noqa: yaml[line-length]
containerd_archive_checksum: "{{ containerd_archive_checksums[download_artifact_goarch][containerd_version] }}"

containerd_pause_image: registry.k8s.io/pause:3.8
containerd_pause_image: registry.k8s.io/pause:3.9
containerd_insecure_registries: []

# NOTE(mnaser): This is to accomodate for the uninstallation of the old packages
Expand Down

0 comments on commit 841b4c4

Please sign in to comment.