diff --git a/README.md b/README.md index 2825aa04..94bc3b69 100644 --- a/README.md +++ b/README.md @@ -110,12 +110,12 @@ 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.1.0 + operator-sdk build geerlingguy/tower-operator:0.1.1 Then push the generated image to Docker Hub: docker login -u geerlingguy - docker push geerlingguy/tower-operator:0.1.0 + docker push geerlingguy/tower-operator:0.1.1 #### Build a new version of the `tower-operator.yaml` file diff --git a/build/chain-operator-files.yml b/build/chain-operator-files.yml index f5ebe6bb..9db88317 100644 --- a/build/chain-operator-files.yml +++ b/build/chain-operator-files.yml @@ -6,7 +6,7 @@ gather_facts: false vars: - operator_image: geerlingguy/tower-operator:0.1.0 + operator_image: geerlingguy/tower-operator:0.1.1 pull_policy: Always operator_file_path: "../deploy/tower-operator.yaml" operator_template: "../deploy/operator.yaml" diff --git a/deploy/tower-operator.yaml b/deploy/tower-operator.yaml index 3bb4b7cf..cd33bd8f 100644 --- a/deploy/tower-operator.yaml +++ b/deploy/tower-operator.yaml @@ -124,14 +124,14 @@ spec: - /usr/local/bin/ao-logs - /tmp/ansible-operator/runner - stdout - image: "geerlingguy/tower-operator:0.1.0" + image: "geerlingguy/tower-operator:0.1.1" imagePullPolicy: "Always" volumeMounts: - mountPath: /tmp/ansible-operator/runner name: runner readOnly: true - name: operator - image: "geerlingguy/tower-operator:0.1.0" + image: "geerlingguy/tower-operator:0.1.1" imagePullPolicy: "Always" volumeMounts: - mountPath: /tmp/ansible-operator/runner