Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update cdi and kubevirt version to match up with 0.7.0-alpha.4 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hallisey authored Jul 5, 2018
1 parent 6a7a4ed commit 908bc0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1,672 deletions.
2 changes: 1 addition & 1 deletion roles/cdi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This role deploys the CDI controller.
| cdi_kubevirt_storageclass | kubevirt | |Storageclass that CDI will use to create PersistentVolumes. |
| apb_action | provision |<ul><li>provision</li><li>deprovision</li></ul>|Action to perform.|
| cdi_repo_tag | kubevirt | |CDI docker hub repo tag.|
| cdi_release_tag | v0.5.0 | |CDI docker hub release tag.|
| cdi_release_tag | v1.0.0 | |CDI docker hub release tag.|

### Usage

Expand Down
2 changes: 1 addition & 1 deletion roles/cdi/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cdi_namespace: "{{ cdi_image_namespace | default('golden-images') }}"
cdi_storageclass: "{{ cdi_kubevirt_storageclass | default('kubevirt') }}"
apb_action: "provision"
repo_tag: "{{ cdi_repo_tag | default('kubevirt') }}"
release_tag: "{{ cdi_release_tag | default('v0.5.0') }}"
release_tag: "{{ cdi_release_tag | default('v1.0.0') }}"
4 changes: 4 additions & 0 deletions roles/kubevirt/templates/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
Loading

0 comments on commit 908bc0a

Please sign in to comment.