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

Commit

Permalink
cdi: Update the release to v0.5.0 (#290)
Browse files Browse the repository at this point in the history
CDI has produced a stable release (v0.5.0).  Adopt this release to
prevent unexpected changes to the CDI deployment.

Signed-off-by: Adam Litke <[email protected]>
  • Loading branch information
aglitke authored and Ryan Hallisey committed Jun 15, 2018
1 parent 0009356 commit b9ea4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-alpha.0 | |CDI docker hub release tag.|
| cdi_release_tag | v0.5.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-alpha.0') }}"
release_tag: "{{ cdi_release_tag | default('v0.5.0') }}"

0 comments on commit b9ea4d9

Please sign in to comment.