We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b06ee1a + b3d767f commit 3a73821Copy full SHA for 3a73821
etc/kayobe/seed.yml
@@ -106,7 +106,7 @@ seed_pulp_container:
106
image: pulp/pulp
107
pre: "{{ kayobe_config_path }}/containers/pulp/pre.yml"
108
post: "{{ kayobe_config_path }}/containers/pulp/post.yml"
109
- tag: "{{ '3.22-https' if pulp_enable_tls | bool else '3.22' }}"
+ tag: "{{ '3.23-https' if pulp_enable_tls | bool else '3.23' }}"
110
network_mode: host
111
# Override deploy_containers_defaults.init == true to ensure
112
# s6-overlay-suexec starts as pid 1
releasenotes/notes/update-pulp-3.23-b4193a417a219d26.yaml
@@ -0,0 +1,3 @@
1
+---
2
+features:
3
+ - Upgrades Pulp from ``3.22`` to ``3.23``.
0 commit comments