Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to version 0.6.0 #72

Merged
merged 1 commit into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ Each of these must be appropriately built in preparation for a new tag:

Run the following command inside this directory:

operator-sdk build ansible/awx-operator:0.5.0
operator-sdk build quay.io/ansible/awx-operator:$VERSION

Then push the generated image to Docker Hub:

docker push ansible/awx-operator:0.5.0
docker push quay.io/ansible/awx-operator:$VERSION

#### Build a new version of the `awx-operator.yaml` file

Expand Down
4 changes: 2 additions & 2 deletions ansible/group_vars/all
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
operator_image: ansible/awx-operator
operator_version: 0.5.0
operator_image: quay.io/ansible/awx-operator
operator_version: 0.6.0
pull_policy: Always
2 changes: 1 addition & 1 deletion deploy/awx-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
serviceAccountName: awx-operator
containers:
- name: awx-operator
image: "ansible/awx-operator:0.5.0"
image: "quay.io/ansible/awx-operator:0.6.0"
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /tmp/ansible-operator/runner
Expand Down