Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ stackhpc_pulp_repository_container_repos_openbao:
policy: on_demand
proxy_url: "{{ pulp_proxy_url }}"
state: present
include_tags: "{{ overcloud_vault_docker_tag }}"
include_tags: "{{ overcloud_openbao_docker_tag }}"
required: "{{ stackhpc_sync_openbao_images | bool }}"

# List of OpenBao container image distributions.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Ensure that the correct tag is used for ``OpenBao`` repository in ``Pulp``.
Loading