Skip to content

Commit

Permalink
Merge pull request #49 from cloud-native-toolkit/update-bundle-build
Browse files Browse the repository at this point in the history
updates for new bundle build
  • Loading branch information
tcskill authored Nov 8, 2022
2 parents 3f07bf3 + 0557fc9 commit ceecd1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.9
v0.12.4 - v0.12.10
- 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.9
name: masauto-operator.v0.12.10
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -295,7 +295,7 @@ spec:
env:
- name: ANSIBLE_GATHERING
value: explicit
image: quay.io/cloudnativetoolkit/masauto:latest
image: controller: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.9
version: 0.12.10
4 changes: 2 additions & 2 deletions 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: quay.io/cloudnativetoolkit/masauto
newTag: v0.12.9
newName: controller
newTag: latest

0 comments on commit ceecd1f

Please sign in to comment.