Skip to content

Commit 8b3ea43

Browse files
committed
test
1 parent 5a77f93 commit 8b3ea43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update dependencies
22

33
on:
44
# Allow manual executions
5-
workflow_dispatch:
5+
push:
66
# Run nightly
77
schedule:
88
- cron: '0 0 * * *'

etc/kayobe/stackhpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
153153

154154
# Kolla source repository.
155155
stackhpc_kolla_source_url: "https://github.com/stackhpc/kolla"
156-
stackhpc_kolla_source_version: stackhpc/18.5.0.1
156+
stackhpc_kolla_source_version: stackhpc/18.5.0.0
157157

158158
# Kolla Ansible source repository.
159159
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
160-
stackhpc_kolla_ansible_source_version: stackhpc/18.5.0.1
160+
stackhpc_kolla_ansible_source_version: stackhpc/18.5.0.0
161161

162162
###############################################################################
163163
# Container image registry

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.5.0.1
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.5.0.0
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)