Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhaseeb2 committed May 12, 2022
1 parent 113cbe3 commit e3548b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.19.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: jira-service-desk-operator.v0.0.1
name: jira-service-desk-operator.v0.0.47
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -149,7 +149,7 @@ spec:
- --leader-elect
command:
- /manager
image: stakater/jira-service-desk-operator:v0.0.1
image: stakater/jira-service-desk-operator:v0.0.47
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -269,7 +269,7 @@ spec:
provider:
name: stakater
url: https://stakater.com
version: 0.0.1
version: 0.0.47
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
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: stakater/jira-service-desk-operator
newTag: v0.0.1
newTag: v0.0.47

0 comments on commit e3548b0

Please sign in to comment.