Prepare for 0.4.0 release.

This commit is contained in:
Jeff Geerling
2020-06-05 09:04:06 -05:00
parent 8da8678ba3
commit bc1d152671
2 changed files with 3 additions and 3 deletions

View File

@@ -154,11 +154,11 @@ Each of these must be appropriately built in preparation for a new tag:
Run the following command inside this directory:
operator-sdk build geerlingguy/tower-operator:0.3.0
operator-sdk build geerlingguy/tower-operator:0.4.0
Then push the generated image to Docker Hub:
docker push geerlingguy/tower-operator:0.3.0
docker push geerlingguy/tower-operator:0.4.0
#### Build a new version of the `tower-operator.yaml` file

View File

@@ -6,7 +6,7 @@
gather_facts: false
vars:
operator_image: geerlingguy/tower-operator:0.3.0
operator_image: geerlingguy/tower-operator:0.4.0
pull_policy: Always
operator_file_path: "../deploy/tower-operator.yaml"
operator_template: "../deploy/operator.yaml"