diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 2b9c8bda7..8758fbd3a 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -2,7 +2,7 @@ name: Update dependencies on: # Allow manual executions - workflow_dispatch: + push: # Run nightly schedule: - cron: '0 0 * * *' diff --git a/etc/kayobe/stackhpc.yml b/etc/kayobe/stackhpc.yml index bcfcdcacd..7f2e30848 100644 --- a/etc/kayobe/stackhpc.yml +++ b/etc/kayobe/stackhpc.yml @@ -153,7 +153,7 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}" # Kolla source repository. stackhpc_kolla_source_url: "https://github.com/stackhpc/kolla" -stackhpc_kolla_source_version: stackhpc/18.5.0.1 +stackhpc_kolla_source_version: stackhpc/18.5.0.2 # Kolla Ansible source repository. stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"