Skip to content

Commit 3a73821

Browse files
authored
Merge pull request #503 from stackhpc/pulp-upgrade
Update Pulp to 3.23
2 parents b06ee1a + b3d767f commit 3a73821

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

etc/kayobe/seed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ seed_pulp_container:
106106
image: pulp/pulp
107107
pre: "{{ kayobe_config_path }}/containers/pulp/pre.yml"
108108
post: "{{ kayobe_config_path }}/containers/pulp/post.yml"
109-
tag: "{{ '3.22-https' if pulp_enable_tls | bool else '3.22' }}"
109+
tag: "{{ '3.23-https' if pulp_enable_tls | bool else '3.23' }}"
110110
network_mode: host
111111
# Override deploy_containers_defaults.init == true to ensure
112112
# s6-overlay-suexec starts as pid 1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
features:
3+
- Upgrades Pulp from ``3.22`` to ``3.23``.

0 commit comments

Comments
 (0)