Skip to content

Commit

Permalink
Update OLM bundle for v3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed Aug 1, 2022
1 parent 4f8b9e8 commit 6779d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/snapscheduler.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/backube/snapscheduler
support: https://github.com/backube/snapscheduler
name: snapscheduler.v3.0.0
name: snapscheduler.v3.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/backube/snapscheduler:3.0.0
image: quay.io/backube/snapscheduler:3.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -391,4 +391,4 @@ spec:
provider:
name: Backube
url: https://github.com/backube
version: 3.0.0
version: 3.1.0
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/backube/snapscheduler
newTag: 3.0.0
newTag: 3.1.0

0 comments on commit 6779d82

Please sign in to comment.