Skip to content

Commit

Permalink
Merge pull request #194 from mbaldessari/patterns-operator-v0.0.45
Browse files Browse the repository at this point in the history
Upgrade version to 0.0.45
  • Loading branch information
mbaldessari authored Apr 18, 2024
2 parents 49b56b9 + 8450a07 commit 08d7dac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions bundle/manifests/patterns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ metadata:
]
capabilities: Basic Install
categories: OpenShift Optional
containerImage: quay.io/hybridcloudpatterns/patterns-operator:0.0.44
createdAt: 2024-04-11 14:00:46
containerImage: quay.io/hybridcloudpatterns/patterns-operator:0.0.45
createdAt: 2024-04-18 18:16:11
description: An operator to deploy and manage architecture patterns from https://validatedpatterns.io
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -36,7 +36,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/validatedpatterns/patterns-operator
support: [email protected]
name: patterns-operator.v0.0.44
name: patterns-operator.v0.0.45
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -363,7 +363,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/hybridcloudpatterns/patterns-operator:0.0.44
image: quay.io/hybridcloudpatterns/patterns-operator:0.0.45
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -451,4 +451,4 @@ spec:
provider:
name: Red Hat
url: https://www.redhat.com/en/products/edge/validated-patterns
version: 0.0.44
version: 0.0.45
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/hybridcloudpatterns/patterns-operator
newTag: 0.0.44
newTag: 0.0.45

0 comments on commit 08d7dac

Please sign in to comment.