mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 05:43:11 +00:00
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user