Issue #42: Tag new 0.3.0 release.

This commit is contained in:
Jeff Geerling
2020-05-26 17:13:59 -05:00
parent cb966eb66b
commit 43ad44254e
3 changed files with 5 additions and 5 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.2.6
operator-sdk build geerlingguy/tower-operator:0.3.0
Then push the generated image to Docker Hub:
docker push geerlingguy/tower-operator:0.2.6
docker push geerlingguy/tower-operator:0.3.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.2.6
operator_image: geerlingguy/tower-operator:0.3.0
pull_policy: Always
operator_file_path: "../deploy/tower-operator.yaml"
operator_template: "../deploy/operator.yaml"

View File

@@ -113,14 +113,14 @@ spec:
- /usr/local/bin/ao-logs
- /tmp/ansible-operator/runner
- stdout
image: "geerlingguy/tower-operator:0.2.6"
image: "geerlingguy/tower-operator:0.3.0"
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /tmp/ansible-operator/runner
name: runner
readOnly: true
- name: operator
image: "geerlingguy/tower-operator:0.2.6"
image: "geerlingguy/tower-operator:0.3.0"
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /tmp/ansible-operator/runner