Skip to content

Commit 1b23423

Browse files
authored
Merge pull request #1741 from stackhpc/fix-openbao-include-tag
2 parents 5e02047 + 9f49b49 commit 1b23423

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ stackhpc_pulp_repository_container_repos_openbao:
730730
policy: on_demand
731731
proxy_url: "{{ pulp_proxy_url }}"
732732
state: present
733-
include_tags: "{{ overcloud_vault_docker_tag }}"
733+
include_tags: "{{ overcloud_openbao_docker_tag }}"
734734
required: "{{ stackhpc_sync_openbao_images | bool }}"
735735

736736
# List of OpenBao container image distributions.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Ensure that the correct tag is used for ``OpenBao`` repository in ``Pulp``.

0 commit comments

Comments
 (0)