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",