Skip to content

Commit

Permalink
Merge pull request #51 from cloud-native-toolkit/update-controller-tags
Browse files Browse the repository at this point in the history
Update controller tags
  • Loading branch information
tcskill authored Nov 9, 2022
2 parents ceecd1f + 4e457d1 commit 10a0843
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Current list of MAS components supported with this operator install as well as r

### CHANGE LOG

v0.12.4 - v0.12.10
v0.12.4 - v0.12.11
- Implementents github workflow automation in module and bundle to automate build/push to quay

v0.12.3
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/masauto-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ metadata:
operatorframework.io/suggested-namespace: masauto-operator-system
operators.operatorframework.io/builder: operator-sdk-v1.22.0-ocp
operators.operatorframework.io/project_layout: ansible.sdk.operatorframework.io/v1
name: masauto-operator.v0.12.10
name: masauto-operator.v0.12.11
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -295,7 +295,7 @@ spec:
env:
- name: ANSIBLE_GATHERING
value: explicit
image: controller:latest
image: quay.io/cloudnativetoolkit/masauto:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -348,4 +348,4 @@ spec:
provider:
name: IBM Ecosystem Engineering
url: https://modules.cloudnativetoolkit.dev/
version: 0.12.10
version: 0.12.11
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: controller
newName: quay.io/cloudnativetoolkit/masauto
newTag: latest

0 comments on commit 10a0843

Please sign in to comment.