Skip to content

Commit

Permalink
Merge pull request #55 from cloud-native-toolkit/bundle-update
Browse files Browse the repository at this point in the history
updates bundle for samples
  • Loading branch information
tcskill authored Nov 16, 2022
2 parents 76ebd17 + bd8d100 commit 3435de3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.11
name: masauto-operator.v1.0.1
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: quay.io/cloudnativetoolkit/masauto:v1.0.1
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.11
version: 1.0.1
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/cloudnativetoolkit/masauto
newTag: latest
newTag: v1.0.1

0 comments on commit 3435de3

Please sign in to comment.