Bump version to v1beta1

This commit is contained in:
Matthew Jones
2020-06-04 10:33:12 -04:00
parent aef500d9c9
commit dbd8d4e9fb
12 changed files with 30 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
tasks:
- name: Create Custom Resource Definition
k8s:
definition: "{{ lookup('file', '/'.join([deploy_dir, 'crds/tower_v1alpha1_tower_crd.yaml'])) }}"
definition: "{{ lookup('file', '/'.join([deploy_dir, 'crds/tower_v1beta1_tower_crd.yaml'])) }}"
- name: Ensure specified namespace is present
k8s: