Skip to content

Commit

Permalink
Merge pull request #242 from mbaldessari/patterns-operator-v0.0.52
Browse files Browse the repository at this point in the history
Upgrade version to 0.0.52
  • Loading branch information
mbaldessari authored Jun 27, 2024
2 parents acf0626 + 35d215b commit a745eb4
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.51
createdAt: 2024-06-18 15:58:21
containerImage: quay.io/hybridcloudpatterns/patterns-operator:0.0.52
createdAt: 2024-06-27 19:04:17
description: "An operator to deploy and manage architecture patterns from https://validatedpatterns.io.
\nThis operator collects some Analytics like cluster version, cloud type, etc.
To disable this\nadd \"ANALYTICS: false\" to the environment variables in the
Expand All @@ -39,7 +39,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.51
name: patterns-operator.v0.0.52
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -399,7 +399,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/hybridcloudpatterns/patterns-operator:0.0.51
image: quay.io/hybridcloudpatterns/patterns-operator:0.0.52
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -500,4 +500,4 @@ spec:
provider:
name: Red Hat
url: https://www.redhat.com/en/products/edge/validated-patterns
version: 0.0.51
version: 0.0.52
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.51
newTag: 0.0.52

0 comments on commit a745eb4

Please sign in to comment.