From a89f0965cceaca0cdcc04294c179800675a66ae0 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Mon, 27 Jul 2026 16:51:07 +0100 Subject: [PATCH] Bump pulp container to 3.105.12 --- etc/kayobe/seed.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/kayobe/seed.yml b/etc/kayobe/seed.yml index ae39034998..a0d65f9897 100644 --- a/etc/kayobe/seed.yml +++ b/etc/kayobe/seed.yml @@ -114,17 +114,17 @@ seed_pulp_container_enabled: true seed_pulp_container: pulp: - image: quay.io/pulp/pulp + image: "quay.io/pulp/pulp" pre: "{{ kayobe_config_path }}/containers/pulp/pre.yml" post: "{{ kayobe_config_path }}/containers/pulp/post.yml" - tag: "3.81.0" + tag: "3.105.12" network_mode: host # Override deploy_containers_defaults.init == true to ensure # s6-overlay-suexec starts as pid 1 init: false env: - PULP_CONTENT_WORKERS: "{{ [ansible_facts.processor_vcpus * 2 + 1, 12] | min }}" - PULP_API_WORKERS: "{{ [ansible_facts.processor_vcpus * 2 + 1, 12] | min }}" + PULP_CONTENT_WORKERS: "{{ [ansible_facts.processor_vcpus * 2 + 1, 12] | min | string }}" + PULP_API_WORKERS: "{{ [ansible_facts.processor_vcpus * 2 + 1, 12] | min | string }}" PULP_HTTPS: "{{ 'true' if pulp_enable_tls | bool else 'false' }}" volumes: - /opt/kayobe/containers/pulp:/etc/pulp