From 652a5d25c97177d9d36b6c4bd03b7d16263e6149 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 3 Mar 2023 13:03:21 +0100 Subject: [PATCH] Fix pause image tag --- ansible/roles/custom/tasks/main.yml | 1 + packer/config/common.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/custom/tasks/main.yml b/ansible/roles/custom/tasks/main.yml index 3a65ecc..80c8cd3 100644 --- a/ansible/roles/custom/tasks/main.yml +++ b/ansible/roles/custom/tasks/main.yml @@ -2,4 +2,5 @@ ansible.builtin.copy: dest: /etc/cloud/cloud.cfg.d/90_dpkg.cfg content: | + # To update this file, run dpkg-reconfigure cloud-init datasource_list: [ VMware, None ] diff --git a/packer/config/common.json b/packer/config/common.json index bdb952f..a243257 100644 --- a/packer/config/common.json +++ b/packer/config/common.json @@ -11,7 +11,7 @@ "no_proxy": "", "node_custom_roles_post": "custom", "node_custom_roles_pre": "", - "pause_image": "registry.k8s.io/pause:3.9", + "pause_image": "registry.k8s.io/pause:3.6", "pip_conf_file": "", "redhat_epel_rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm", "reenable_public_repos": "true",