mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Version 0.1.2.
This commit is contained in:
@@ -110,12 +110,12 @@ Each of these must be appropriately built in preparation for a new tag:
|
|||||||
|
|
||||||
Run the following command inside this directory:
|
Run the following command inside this directory:
|
||||||
|
|
||||||
operator-sdk build geerlingguy/tower-operator:0.1.1
|
operator-sdk build geerlingguy/tower-operator:0.1.2
|
||||||
|
|
||||||
Then push the generated image to Docker Hub:
|
Then push the generated image to Docker Hub:
|
||||||
|
|
||||||
docker login -u geerlingguy
|
docker login -u geerlingguy
|
||||||
docker push geerlingguy/tower-operator:0.1.1
|
docker push geerlingguy/tower-operator:0.1.2
|
||||||
|
|
||||||
#### Build a new version of the `tower-operator.yaml` file
|
#### Build a new version of the `tower-operator.yaml` file
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
operator_image: geerlingguy/tower-operator:0.1.1
|
operator_image: geerlingguy/tower-operator:0.1.2
|
||||||
pull_policy: Always
|
pull_policy: Always
|
||||||
operator_file_path: "../deploy/tower-operator.yaml"
|
operator_file_path: "../deploy/tower-operator.yaml"
|
||||||
operator_template: "../deploy/operator.yaml"
|
operator_template: "../deploy/operator.yaml"
|
||||||
|
|||||||
@@ -124,14 +124,14 @@ spec:
|
|||||||
- /usr/local/bin/ao-logs
|
- /usr/local/bin/ao-logs
|
||||||
- /tmp/ansible-operator/runner
|
- /tmp/ansible-operator/runner
|
||||||
- stdout
|
- stdout
|
||||||
image: "geerlingguy/tower-operator:0.1.1"
|
image: "geerlingguy/tower-operator:0.1.2"
|
||||||
imagePullPolicy: "Always"
|
imagePullPolicy: "Always"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /tmp/ansible-operator/runner
|
- mountPath: /tmp/ansible-operator/runner
|
||||||
name: runner
|
name: runner
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: operator
|
- name: operator
|
||||||
image: "geerlingguy/tower-operator:0.1.1"
|
image: "geerlingguy/tower-operator:0.1.2"
|
||||||
imagePullPolicy: "Always"
|
imagePullPolicy: "Always"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /tmp/ansible-operator/runner
|
- mountPath: /tmp/ansible-operator/runner
|
||||||
|
|||||||
Reference in New Issue
Block a user