airskiff: Update OSH-infra pin

The version of Armada deployed by Airskiff was recently uplifted. The
gate erroneously uses the latest version of OSH-infra, so there was no
impact; however, users of the 005-make-airship script experience a
Tiller version mismatch due to an older version of K8s. This change
uplifts the OSH-infra pin to prevent errors.

Change-Id: If8f2c27396ce6c8548598492dfaf5e15174131a2
This commit is contained in:
Drew Walters 2019-02-13 14:23:07 -06:00
parent d33e89a0ef
commit 8b83f50003
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@
- name: openstack/airship-pegleg
- name: openstack/airship-shipyard
- name: openstack/openstack-helm-infra
override-checkout: 8662018a4dceb82a5d699d9e118caff9e5edb156
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$

View File

@ -42,6 +42,6 @@ git clone https://git.openstack.org/openstack/airship-pegleg.git
git clone https://git.openstack.org/openstack/openstack-helm-infra.git
cd openstack-helm-infra
git checkout 8662018a4dceb82a5d699d9e118caff9e5edb156
git checkout ef3adc4d0e5d26e74590d2f78400f7e1d800dbcb
cd "${CURRENT_DIR}"